Struct matrix_sdk_crypto::store::PendingChanges
source · pub struct PendingChanges {
pub account: Option<Account>,
}
Expand description
Aggregated changes to be saved in the database.
This is an update version of Changes
that will replace it as #2624
progresses.
Fields§
§account: Option<Account>
Implementations§
Trait Implementations§
source§impl Debug for PendingChanges
impl Debug for PendingChanges
source§impl Default for PendingChanges
impl Default for PendingChanges
source§fn default() -> PendingChanges
fn default() -> PendingChanges
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for PendingChanges
impl Send for PendingChanges
impl Sync for PendingChanges
impl Unpin for PendingChanges
impl UnwindSafe for PendingChanges
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