Struct xmpp_parsers::blocking::BlocklistRequest
source · pub struct BlocklistRequest;
Expand description
The element requesting the blocklist, the result iq will contain a BlocklistResult.
Trait Implementations§
source§impl Clone for BlocklistRequest
impl Clone for BlocklistRequest
source§fn clone(&self) -> BlocklistRequest
fn clone(&self) -> BlocklistRequest
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 BlocklistRequest
impl Debug for BlocklistRequest
source§impl From<BlocklistRequest> for Element
impl From<BlocklistRequest> for Element
source§fn from(other: BlocklistRequest) -> Self
fn from(other: BlocklistRequest) -> Self
Converts to this type from the input type.
source§impl FromXml for BlocklistRequest
impl FromXml for BlocklistRequest
§type Builder = BlocklistRequestFromEvents
type Builder = BlocklistRequestFromEvents
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 BlocklistRequest
impl IntoXml for BlocklistRequest
§type EventIter = BlocklistRequestIntoEvents
type EventIter = BlocklistRequestIntoEvents
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 BlocklistRequest
impl PartialEq for BlocklistRequest
source§fn eq(&self, other: &BlocklistRequest) -> bool
fn eq(&self, other: &BlocklistRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<Element> for BlocklistRequest
impl TryFrom<Element> for BlocklistRequest
impl IqGetPayload for BlocklistRequest
impl StructuralPartialEq for BlocklistRequest
Auto Trait Implementations§
impl Freeze for BlocklistRequest
impl RefUnwindSafe for BlocklistRequest
impl Send for BlocklistRequest
impl Sync for BlocklistRequest
impl Unpin for BlocklistRequest
impl UnwindSafe for BlocklistRequest
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