pub struct CommitOperations;
Expand description
Commit operations
Implementations§
Auto Trait Implementations§
impl Freeze for CommitOperations
impl RefUnwindSafe for CommitOperations
impl Send for CommitOperations
impl Sync for CommitOperations
impl Unpin for CommitOperations
impl UnwindSafe for CommitOperations
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