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 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 IntoXml for BlocklistResult
impl IntoXml for BlocklistResult
source§impl TryFrom<Element> for BlocklistResult
impl TryFrom<Element> for BlocklistResult
impl IqResultPayload 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