Struct xmpp_parsers::legacy_omemo::DeviceList
source · pub struct DeviceList {
pub devices: Vec<Device>,
}
Expand description
A user’s device list contains the OMEMO device ids of all the user’s devicse. These can be used to look up bundles and build a session.
Fields§
§devices: Vec<Device>
List of devices
Trait Implementations§
source§impl AsXml for DeviceList
impl AsXml for DeviceList
§type ItemIter<'xso_proc_as_xml_iter_lifetime> = DeviceListAsXmlIterator<'xso_proc_as_xml_iter_lifetime>
type ItemIter<'xso_proc_as_xml_iter_lifetime> = DeviceListAsXmlIterator<'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 DeviceList
impl Clone for DeviceList
source§fn clone(&self) -> DeviceList
fn clone(&self) -> DeviceList
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 DeviceList
impl Debug for DeviceList
source§impl From<DeviceList> for Element
impl From<DeviceList> for Element
source§fn from(other: DeviceList) -> Self
fn from(other: DeviceList) -> Self
Converts to this type from the input type.
source§impl FromXml for DeviceList
impl FromXml for DeviceList
source§impl PartialEq for DeviceList
impl PartialEq for DeviceList
source§impl TryFrom<Element> for DeviceList
impl TryFrom<Element> for DeviceList
impl PubSubPayload for DeviceList
impl StructuralPartialEq for DeviceList
Auto Trait Implementations§
impl Freeze for DeviceList
impl RefUnwindSafe for DeviceList
impl Send for DeviceList
impl Sync for DeviceList
impl Unpin for DeviceList
impl UnwindSafe for DeviceList
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
)