Struct xmpp_parsers::blocking::BlocklistResult
source · 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
§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§fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error>
fn as_xml_iter(&self) -> Result<Self::ItemIter<'_>, Error>
Return an iterator which emits the contents of the struct or enum as
serialisable [
Item
] items.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§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
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
)