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