pub struct StreamSpecMode;Expand description
Stream spec mode of p4 diff2 (-As): diff two arbitrary stream specs
against each other.
Entered with Diff2::stream_spec_mode; the two stream specs to compare
are passed as the arguments of the spawned command. As the -As form
accepts only -doptions besides g-opts, this mode offers neither the
depot content options nor a sub-mode.
Trait Implementations§
Source§impl Clone for StreamSpecMode
impl Clone for StreamSpecMode
Source§impl Debug for StreamSpecMode
impl Debug for StreamSpecMode
Source§impl Default for StreamSpecMode
impl Default for StreamSpecMode
impl Eq for StreamSpecMode
Source§impl ExclusiveOption for StreamSpecMode
impl ExclusiveOption for StreamSpecMode
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.Source§impl PartialEq for StreamSpecMode
impl PartialEq for StreamSpecMode
impl StructuralPartialEq for StreamSpecMode
Auto Trait Implementations§
impl Freeze for StreamSpecMode
impl RefUnwindSafe for StreamSpecMode
impl Send for StreamSpecMode
impl Sync for StreamSpecMode
impl Unpin for StreamSpecMode
impl UnsafeUnpin for StreamSpecMode
impl UnwindSafe for StreamSpecMode
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