pub struct SinceCommand { /* private fields */ }
Expand description
Command to show commits since a certain time
Implementations§
Trait Implementations§
Source§impl Command for SinceCommand
impl Command for SinceCommand
Source§impl GitCommand for SinceCommand
impl GitCommand for SinceCommand
Auto Trait Implementations§
impl Freeze for SinceCommand
impl RefUnwindSafe for SinceCommand
impl Send for SinceCommand
impl Sync for SinceCommand
impl Unpin for SinceCommand
impl UnwindSafe for SinceCommand
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