Struct xmpp_parsers::mam::MetadataQuery
source · pub struct MetadataQuery;
Expand description
Request an archive for its metadata.
Trait Implementations§
source§impl Clone for MetadataQuery
impl Clone for MetadataQuery
source§fn clone(&self) -> MetadataQuery
fn clone(&self) -> MetadataQuery
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 MetadataQuery
impl Debug for MetadataQuery
source§impl From<MetadataQuery> for Element
impl From<MetadataQuery> for Element
source§fn from(other: MetadataQuery) -> Self
fn from(other: MetadataQuery) -> Self
Converts to this type from the input type.
source§impl FromXml for MetadataQuery
impl FromXml for MetadataQuery
§type Builder = MetadataQueryFromXmlBuilder
type Builder = MetadataQueryFromXmlBuilder
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 IntoXml for MetadataQuery
impl IntoXml for MetadataQuery
§type EventIter = MetadataQueryIntoXmlIterator
type EventIter = MetadataQueryIntoXmlIterator
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 MetadataQuery
impl PartialEq for MetadataQuery
source§fn eq(&self, other: &MetadataQuery) -> bool
fn eq(&self, other: &MetadataQuery) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for MetadataQuery
impl TryFrom<Element> for MetadataQuery
impl IqGetPayload for MetadataQuery
impl StructuralPartialEq for MetadataQuery
Auto Trait Implementations§
impl Freeze for MetadataQuery
impl RefUnwindSafe for MetadataQuery
impl Send for MetadataQuery
impl Sync for MetadataQuery
impl Unpin for MetadataQuery
impl UnwindSafe for MetadataQuery
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
)