pub struct Arg<'a> {Show 17 fields
pub revrange: &'a [&'a str],
pub files: &'a [&'a str],
pub follow: bool,
pub followfirst: bool,
pub date: &'a str,
pub copies: bool,
pub keyword: &'a [&'a str],
pub removed: bool,
pub onlymerges: bool,
pub user: &'a [&'a str],
pub branch: &'a [&'a str],
pub prune: &'a [&'a str],
pub hidden: bool,
pub limit: Option<u32>,
pub nomerges: bool,
pub include: &'a [&'a str],
pub exclude: &'a [&'a str],
}
Fields§
§revrange: &'a [&'a str]
§files: &'a [&'a str]
§follow: bool
§followfirst: bool
§date: &'a str
§copies: bool
§keyword: &'a [&'a str]
§removed: bool
§onlymerges: bool
§user: &'a [&'a str]
§branch: &'a [&'a str]
§prune: &'a [&'a str]
§limit: Option<u32>
§nomerges: bool
§include: &'a [&'a str]
§exclude: &'a [&'a str]
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