pub struct SafeCheckMode;Expand description
Safe sync sub-mode of RegularMode (-s): compare the content in the
client workspace against what was last synced and do not overwrite files
that were modified outside of P4 Server’s control.
Entered with Sync::safe_check.
Trait Implementations§
Source§impl Clone for SafeCheckMode
impl Clone for SafeCheckMode
impl Copy for SafeCheckMode
Source§impl Debug for SafeCheckMode
impl Debug for SafeCheckMode
Source§impl Default for SafeCheckMode
impl Default for SafeCheckMode
Source§impl ExclusiveOption for SafeCheckMode
impl ExclusiveOption for SafeCheckMode
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 SafeCheckMode
impl RefUnwindSafe for SafeCheckMode
impl Send for SafeCheckMode
impl Sync for SafeCheckMode
impl Unpin for SafeCheckMode
impl UnsafeUnpin for SafeCheckMode
impl UnwindSafe for SafeCheckMode
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