pub struct Metadata {
pub infos: Vec<Info>,
}Expand description
Communicates information about an avatar.
Fields§
§infos: Vec<Info>List of information elements describing this avatar.
Trait Implementations§
Source§impl AsXml for Metadata
impl AsXml for Metadata
Source§impl FromXml for Metadata
impl FromXml for Metadata
Source§const XML_NAME_MATCHER: XmlNameMatcher<'static>
const XML_NAME_MATCHER: XmlNameMatcher<'static>
A predicate which determines if
Self may be parsed from
a given XML element. Read moreSource§fn from_events(
name: QName,
attrs: AttrMap,
ctx: &Context<'_>,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ctx: &Context<'_>, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
impl PubSubPayload for Metadata
impl StructuralPartialEq for Metadata
Auto Trait Implementations§
impl Freeze for Metadata
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin for Metadata
impl UnsafeUnpin for Metadata
impl UnwindSafe for Metadata
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more