pub struct PopulateMode;Expand description
Populate sub-mode of RegularMode (-p): populate a client workspace
but do not update the have list.
Entered with Sync::populate.
Trait Implementations§
Source§impl Clone for PopulateMode
impl Clone for PopulateMode
impl Copy for PopulateMode
Source§impl Debug for PopulateMode
impl Debug for PopulateMode
Source§impl Default for PopulateMode
impl Default for PopulateMode
Source§impl ExclusiveOption for PopulateMode
impl ExclusiveOption for PopulateMode
Source§fn inject_args(&self, command: &mut Command)
fn inject_args(&self, command: &mut Command)
Inject the CLI arguments corresponding to this selection into
command.Auto Trait Implementations§
impl Freeze for PopulateMode
impl RefUnwindSafe for PopulateMode
impl Send for PopulateMode
impl Sync for PopulateMode
impl Unpin for PopulateMode
impl UnsafeUnpin for PopulateMode
impl UnwindSafe for PopulateMode
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