pub struct Standard { /* private fields */ }Expand description
Default value source of p4 attribute: set or clear attributes with
-n name [-v value] pairs.
Each entry is an attribute name together with the value to set, or None
to clear the attribute by omitting -v.
Trait Implementations§
Source§impl ExclusiveOption for Standard
impl ExclusiveOption for Standard
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 Standard
impl RefUnwindSafe for Standard
impl Send for Standard
impl Sync for Standard
impl Unpin for Standard
impl UnsafeUnpin for Standard
impl UnwindSafe for Standard
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