pub struct PreviewNetworkTraffic;Expand description
Preview mode of p4 sync (-N): display a summary of the expected
network traffic associated with a sync, without performing the sync.
Entered with Sync::preview_network_traffic. Mutually exclusive with
PreviewResult.
Trait Implementations§
Source§impl Clone for PreviewNetworkTraffic
impl Clone for PreviewNetworkTraffic
impl Copy for PreviewNetworkTraffic
Source§impl Debug for PreviewNetworkTraffic
impl Debug for PreviewNetworkTraffic
Source§impl Default for PreviewNetworkTraffic
impl Default for PreviewNetworkTraffic
Source§impl ExclusiveOption for PreviewNetworkTraffic
impl ExclusiveOption for PreviewNetworkTraffic
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 PreviewNetworkTraffic
impl RefUnwindSafe for PreviewNetworkTraffic
impl Send for PreviewNetworkTraffic
impl Sync for PreviewNetworkTraffic
impl Unpin for PreviewNetworkTraffic
impl UnsafeUnpin for PreviewNetworkTraffic
impl UnwindSafe for PreviewNetworkTraffic
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