pub enum StageArg {
PreCommit,
PrePush,
}Variants§
Trait Implementations§
impl Copy for StageArg
Auto Trait Implementations§
impl Freeze for StageArg
impl RefUnwindSafe for StageArg
impl Send for StageArg
impl Sync for StageArg
impl Unpin for StageArg
impl UnsafeUnpin for StageArg
impl UnwindSafe for StageArg
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