pub struct SyncTimeMode { /* private fields */ }Expand description
Sync-time mode of p4 sync (-k --sync-time=N): update the have list to
reflect the state of the depot at the given time without transferring
files.
Entered with Sync::sync_time. This mode always implies -k (metadata
only), so no separate interface is provided for it.
Trait Implementations§
Source§impl Clone for SyncTimeMode
impl Clone for SyncTimeMode
Source§impl Debug for SyncTimeMode
impl Debug for SyncTimeMode
Source§impl ExclusiveOption for SyncTimeMode
Available on non-crate feature lt2025_1 only.
impl ExclusiveOption for SyncTimeMode
Available on non-crate feature
lt2025_1 only.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 SyncTimeMode
impl RefUnwindSafe for SyncTimeMode
impl Send for SyncTimeMode
impl Sync for SyncTimeMode
impl Unpin for SyncTimeMode
impl UnsafeUnpin for SyncTimeMode
impl UnwindSafe for SyncTimeMode
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