pub struct Arg<'a> {}
Fields§
§rev: &'a [&'a str]
§change: &'a str
§all: bool
§modified: bool
§added: bool
§removed: bool
§deleted: bool
§clean: bool
§unknown: bool
§ignored: bool
§copies: 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