pub struct Arg<'a> {
pub revrange: &'a [&'a str],
pub path: &'a str,
pub force: bool,
pub newest: bool,
pub bookmarks: bool,
pub branch: &'a str,
pub limit: Option<u32>,
pub nomerges: bool,
pub subrepos: bool,
}
Fields§
§revrange: &'a [&'a str]
§path: &'a str
§force: bool
§newest: bool
§bookmarks: bool
§branch: &'a str
§limit: Option<u32>
§nomerges: bool
§subrepos: bool
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Arg<'a>
impl<'a> RefUnwindSafe for Arg<'a>
impl<'a> Send for Arg<'a>
impl<'a> Sync for Arg<'a>
impl<'a> Unpin for Arg<'a>
impl<'a> UnwindSafe for Arg<'a>
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