pub struct CommitCommands;
Expand description
Commit-related commands grouped together
Implementations§
Auto Trait Implementations§
impl Freeze for CommitCommands
impl RefUnwindSafe for CommitCommands
impl Send for CommitCommands
impl Sync for CommitCommands
impl Unpin for CommitCommands
impl UnwindSafe for CommitCommands
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