pub struct Arg<'a> {
pub source: &'a str,
pub noupdate: bool,
pub dest: &'a str,
pub branch: &'a str,
pub updaterev: &'a str,
pub revrange: &'a str,
pub pull: bool,
pub stream: bool,
pub ssh: &'a str,
pub remotecmd: &'a str,
pub insecure: bool,
}
Fields§
§source: &'a str
§noupdate: bool
§dest: &'a str
§branch: &'a str
§updaterev: &'a str
§revrange: &'a str
§pull: bool
§stream: bool
§ssh: &'a str
§remotecmd: &'a str
§insecure: bool
Implementations§
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