pub struct StandardPrintMode { /* private fields */ }Expand description
Standard print mode of p4 print: print the contents of depot file
revisions.
Entered by setting any standard option (such as Print::all_revisions)
from the Unselected state.
Trait Implementations§
Source§impl Clone for StandardPrintMode
impl Clone for StandardPrintMode
Source§impl Debug for StandardPrintMode
impl Debug for StandardPrintMode
Source§impl Default for StandardPrintMode
impl Default for StandardPrintMode
Source§impl ExclusiveOption for StandardPrintMode
impl ExclusiveOption for StandardPrintMode
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 StandardPrintMode
impl RefUnwindSafe for StandardPrintMode
impl Send for StandardPrintMode
impl Sync for StandardPrintMode
impl Unpin for StandardPrintMode
impl UnsafeUnpin for StandardPrintMode
impl UnwindSafe for StandardPrintMode
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