pub struct StreamSpecMode;Expand description
Stream spec mode of p4 diff (-As): diff a privately edited stream
spec against another version of the same stream spec, or diff two
arbitrary stream specs against each other.
Entered with Diff::stream_spec_mode; the stream spec to compare
against is passed as the argument of the spawned command.
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
Available on non-crate feature lt2019_1 only.
impl ExclusiveOption for StreamSpecMode
Available on non-crate feature
lt2019_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.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