pub struct Arg<'a> {Show 16 fields
pub files: &'a [&'a str],
pub revs: &'a [&'a str],
pub change: &'a str,
pub text: bool,
pub git: bool,
pub nodates: bool,
pub showfunction: bool,
pub reverse: bool,
pub ignoreallspace: bool,
pub ignorespacechange: bool,
pub ignoreblanklines: bool,
pub unified: Option<u32>,
pub stat: bool,
pub subrepos: bool,
pub include: &'a [&'a str],
pub exclude: &'a [&'a str],
}
Fields§
§files: &'a [&'a str]
§revs: &'a [&'a str]
§change: &'a str
§text: bool
§git: bool
§nodates: bool
§showfunction: bool
§reverse: bool
§ignoreallspace: bool
§ignorespacechange: bool
§ignoreblanklines: bool
§unified: Option<u32>
§stat: bool
§subrepos: 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