pub struct StoreChange(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for StoreChange
impl Clone for StoreChange
Source§fn clone(&self) -> StoreChange
fn clone(&self) -> StoreChange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StoreChange
impl Debug for StoreChange
impl Eq for StoreChange
Source§impl PartialEq for StoreChange
impl PartialEq for StoreChange
impl StructuralPartialEq for StoreChange
Auto Trait Implementations§
impl Freeze for StoreChange
impl RefUnwindSafe for StoreChange
impl Send for StoreChange
impl Sync for StoreChange
impl Unpin for StoreChange
impl UnsafeUnpin for StoreChange
impl UnwindSafe for StoreChange
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