pub struct commit(/* private fields */);Expand description
Marker type for the commit field
Auto Trait Implementations§
impl Freeze for commit
impl RefUnwindSafe for commit
impl Send for commit
impl Sync for commit
impl Unpin for commit
impl UnwindSafe for commit
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