pub struct PreviewResult;Expand description
Preview mode of p4 sync (-n): display the results of the sync without
actually performing the sync.
Entered with Sync::preview_result. Mutually exclusive with
PreviewNetworkTraffic.
Trait Implementations§
Source§impl Clone for PreviewResult
impl Clone for PreviewResult
impl Copy for PreviewResult
Source§impl Debug for PreviewResult
impl Debug for PreviewResult
Source§impl Default for PreviewResult
impl Default for PreviewResult
Source§impl ExclusiveOption for PreviewResult
impl ExclusiveOption for PreviewResult
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 PreviewResult
impl RefUnwindSafe for PreviewResult
impl Send for PreviewResult
impl Sync for PreviewResult
impl Unpin for PreviewResult
impl UnsafeUnpin for PreviewResult
impl UnwindSafe for PreviewResult
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