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 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(elem: VCardUpdate) -> Element
fn from(elem: VCardUpdate) -> Element
Converts to this type from the input type.
source§impl FromXml for VCardUpdate
impl FromXml for VCardUpdate
§type Builder = FromEventsViaElement<VCardUpdate>
type Builder = FromEventsViaElement<VCardUpdate>
A builder type used to construct the element. Read more
source§fn from_events(
qname: QName,
attrs: AttrMap,
) -> Result<Self::Builder, FromEventsError>
fn from_events( qname: QName, attrs: AttrMap, ) -> Result<Self::Builder, FromEventsError>
Attempt to initiate the streamed construction of this struct from XML. Read more
source§impl IntoXml for VCardUpdate
impl IntoXml for VCardUpdate
§type EventIter = IntoEventsViaElement
type EventIter = IntoEventsViaElement
The iterator type. Read more
source§fn into_event_iter(self) -> Result<Self::EventIter, Error>
fn into_event_iter(self) -> Result<Self::EventIter, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable
rxml::Event
items.source§impl PartialEq for VCardUpdate
impl PartialEq for VCardUpdate
source§fn eq(&self, other: &VCardUpdate) -> bool
fn eq(&self, other: &VCardUpdate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for VCardUpdate
impl TryFrom<Element> for VCardUpdate
§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
source§fn try_from(elem: Element) -> Result<VCardUpdate, FromElementError>
fn try_from(elem: Element) -> Result<VCardUpdate, FromElementError>
Performs the conversion.
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)