pub struct Arg<'a> {
pub revs: &'a [&'a str],
pub output: &'a str,
pub switchparent: bool,
pub text: bool,
pub git: bool,
pub nodates: bool,
}Fields§
§revs: &'a [&'a str]§output: &'a str§switchparent: bool§text: bool§git: bool§nodates: boolTrait 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