pub struct DoneOpts {
pub no_push: bool,
pub pr: bool,
}Expand description
Options for the done command.
Fields§
§no_push: bool§pr: boolAuto Trait Implementations§
impl Freeze for DoneOpts
impl RefUnwindSafe for DoneOpts
impl Send for DoneOpts
impl Sync for DoneOpts
impl Unpin for DoneOpts
impl UnsafeUnpin for DoneOpts
impl UnwindSafe for DoneOpts
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