Struct xmpp_parsers::roster::Item
source · pub struct Item {
pub jid: BareJid,
pub name: Option<String>,
pub subscription: Subscription,
pub ask: Ask,
pub groups: Vec<Group>,
}
Expand description
Contact from the user’s contact list.
Fields§
§jid: BareJid
JID of this contact.
name: Option<String>
Name of this contact.
subscription: Subscription
Subscription status of this contact.
ask: Ask
Indicates “Pending Out” sub-states for this contact.
groups: Vec<Group>
Groups this contact is part of.
Trait Implementations§
source§impl PartialEq for Item
impl PartialEq for Item
impl StructuralPartialEq for Item
Auto Trait Implementations§
impl Freeze for Item
impl RefUnwindSafe for Item
impl Send for Item
impl Sync for Item
impl Unpin for Item
impl UnwindSafe for Item
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
)