pub struct CommitHandle { /* private fields */ }
Expand description
Handle for committing values which were previusly written
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommitHandle
impl RefUnwindSafe for CommitHandle
impl Send for CommitHandle
impl Sync for CommitHandle
impl Unpin for CommitHandle
impl UnwindSafe for CommitHandle
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