Struct xmpp_parsers::vcard_update::VCardUpdate
source · pub struct VCardUpdate {
pub photo: Option<Photo>,
}
Expand description
The presence payload for an avatar VCard update
Fields§
§photo: Option<Photo>
The photo element. Is empty if “a client is not yet ready to advertise an image”.
Trait Implementations§
source§impl AsXml for VCardUpdate
impl AsXml for VCardUpdate
source§impl Clone for VCardUpdate
impl Clone for VCardUpdate
source§fn clone(&self) -> VCardUpdate
fn clone(&self) -> VCardUpdate
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VCardUpdate
impl Debug for VCardUpdate
source§impl From<VCardUpdate> for Element
impl From<VCardUpdate> for Element
source§fn from(other: VCardUpdate) -> Self
fn from(other: VCardUpdate) -> Self
Converts to this type from the input type.
source§impl FromXml for VCardUpdate
impl FromXml for VCardUpdate
source§type Builder = VCardUpdateFromXmlBuilder
type Builder = VCardUpdateFromXmlBuilder
A builder type used to construct the element. Read more
source§fn from_events(
name: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( name: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl PartialEq for VCardUpdate
impl PartialEq for VCardUpdate
source§impl TryFrom<Element> for VCardUpdate
impl TryFrom<Element> for VCardUpdate
impl StructuralPartialEq for VCardUpdate
Auto Trait Implementations§
impl Freeze for VCardUpdate
impl RefUnwindSafe for VCardUpdate
impl Send for VCardUpdate
impl Sync for VCardUpdate
impl Unpin for VCardUpdate
impl UnwindSafe for VCardUpdate
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)