pub struct StreamSpecEditMode;Expand description
Stream spec edit mode of p4 edit (-So): opens the current stream
spec for edit.
No list of files is allowed, and -So may only be combined with
-c changelist. Entered with Edit::edit_stream_spec.
Trait Implementations§
Source§impl Clone for StreamSpecEditMode
impl Clone for StreamSpecEditMode
impl Copy for StreamSpecEditMode
Source§impl Debug for StreamSpecEditMode
impl Debug for StreamSpecEditMode
Source§impl Default for StreamSpecEditMode
impl Default for StreamSpecEditMode
Source§impl ExclusiveOption for StreamSpecEditMode
impl ExclusiveOption for StreamSpecEditMode
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 StreamSpecEditMode
impl RefUnwindSafe for StreamSpecEditMode
impl Send for StreamSpecEditMode
impl Sync for StreamSpecEditMode
impl Unpin for StreamSpecEditMode
impl UnsafeUnpin for StreamSpecEditMode
impl UnwindSafe for StreamSpecEditMode
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