Struct matrix_sdk::encryption::identities::UserDevices
source · [−]pub struct UserDevices { /* private fields */ }Available on crate feature
e2e-encryption only.Expand description
The collection of all the Devices a user has.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for UserDevices
impl Send for UserDevices
impl Sync for UserDevices
impl Unpin for UserDevices
impl !UnwindSafe for UserDevices
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more