pub struct VCardQuery;
Expand description
A <vCard/>
request element, for use in iq get.
Trait Implementations§
Source§impl AsXml for VCardQuery
impl AsXml for VCardQuery
Source§impl Clone for VCardQuery
impl Clone for VCardQuery
Source§fn clone(&self) -> VCardQuery
fn clone(&self) -> VCardQuery
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 VCardQuery
impl Debug for VCardQuery
Source§impl From<&VCardQuery> for Element
impl From<&VCardQuery> for Element
Source§fn from(other: &VCardQuery) -> Self
fn from(other: &VCardQuery) -> Self
Converts to this type from the input type.
Source§impl From<VCardQuery> for Element
impl From<VCardQuery> for Element
Source§fn from(other: VCardQuery) -> Self
fn from(other: VCardQuery) -> Self
Converts to this type from the input type.
Source§impl FromXml for VCardQuery
impl FromXml for VCardQuery
Source§type Builder = VCardQueryFromXmlBuilder
type Builder = VCardQueryFromXmlBuilder
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 VCardQuery
impl PartialEq for VCardQuery
Source§impl TryFrom<Element> for VCardQuery
impl TryFrom<Element> for VCardQuery
impl IqGetPayload for VCardQuery
impl StructuralPartialEq for VCardQuery
Auto Trait Implementations§
impl Freeze for VCardQuery
impl RefUnwindSafe for VCardQuery
impl Send for VCardQuery
impl Sync for VCardQuery
impl Unpin for VCardQuery
impl UnwindSafe for VCardQuery
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