Struct xmpp_parsers::avatar::Metadata
source · 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 PartialEq for Metadata
impl PartialEq for Metadata
impl PubSubPayload for Metadata
impl StructuralPartialEq for Metadata
Auto Trait Implementations§
impl RefUnwindSafe for Metadata
impl Send for Metadata
impl Sync for Metadata
impl Unpin 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