Struct xmpp_parsers::vcard::VCard
source · pub struct VCard {
pub photo: Option<Photo>,
}
Expand description
A <vCard>
element; only the <PHOTO>
element is supported for this legacy vCard ; the rest is ignored.
Fields§
§photo: Option<Photo>
A photo element.
Trait Implementations§
impl IqGetPayload for VCard
impl IqResultPayload for VCard
impl IqSetPayload for VCard
Auto Trait Implementations§
impl Freeze for VCard
impl RefUnwindSafe for VCard
impl Send for VCard
impl Sync for VCard
impl Unpin for VCard
impl UnwindSafe for VCard
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