pub struct BlocklistResult {
pub items: Vec<Jid>,
}
Expand description
The element containing the current blocklist, as a reply from BlocklistRequest.
Fields§
§items: Vec<Jid>
List of JIDs affected by this command.
Trait Implementations§
Source§impl AsXml for BlocklistResult
impl AsXml for BlocklistResult
Source§type ItemIter<'xso_proc_as_xml_iter_lifetime> = BlocklistResultAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = BlocklistResultAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
The iterator type. Read more
Source§impl Clone for BlocklistResult
impl Clone for BlocklistResult
Source§fn clone(&self) -> BlocklistResult
fn clone(&self) -> BlocklistResult
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 BlocklistResult
impl Debug for BlocklistResult
Source§impl From<BlocklistResult> for Element
impl From<BlocklistResult> for Element
Source§fn from(other: BlocklistResult) -> Self
fn from(other: BlocklistResult) -> Self
Converts to this type from the input type.
Source§impl FromXml for BlocklistResult
impl FromXml for BlocklistResult
Source§type Builder = BlocklistResultFromXmlBuilder
type Builder = BlocklistResultFromXmlBuilder
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 BlocklistResult
impl PartialEq for BlocklistResult
Source§impl TryFrom<Element> for BlocklistResult
impl TryFrom<Element> for BlocklistResult
impl IqResultPayload for BlocklistResult
impl StructuralPartialEq for BlocklistResult
Auto Trait Implementations§
impl Freeze for BlocklistResult
impl RefUnwindSafe for BlocklistResult
impl Send for BlocklistResult
impl Sync for BlocklistResult
impl Unpin for BlocklistResult
impl UnwindSafe for BlocklistResult
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