Struct matrix_sdk_crypto::store::DeviceChanges [−][src]
pub struct DeviceChanges {
pub new: Vec<ReadOnlyDevice>,
pub changed: Vec<ReadOnlyDevice>,
pub deleted: Vec<ReadOnlyDevice>,
}Fields
new: Vec<ReadOnlyDevice>changed: Vec<ReadOnlyDevice>deleted: Vec<ReadOnlyDevice>Implementations
Merge the given DeviceChanges into this instance of DeviceChanges.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for DeviceChanges
impl Send for DeviceChanges
impl Sync for DeviceChanges
impl Unpin for DeviceChanges
impl !UnwindSafe for DeviceChanges
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more