pub struct AttributeTraitMode { /* private fields */ }Expand description
Attribute trait mode of p4 print (-T attribute): print the value of
the specified non-encoded attribute of the specified file.
Only -a, -q, -o, and (before 2026.1) --ignore-changeview can be
combined with -T. Entered with Print::extract_attribute.
Trait Implementations§
Source§impl Clone for AttributeTraitMode
impl Clone for AttributeTraitMode
Source§impl Debug for AttributeTraitMode
impl Debug for AttributeTraitMode
Source§impl Default for AttributeTraitMode
impl Default for AttributeTraitMode
Source§impl ExclusiveOption for AttributeTraitMode
Available on non-crate feature lt2024_2 only.
impl ExclusiveOption for AttributeTraitMode
Available on non-crate feature
lt2024_2 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.Auto Trait Implementations§
impl Freeze for AttributeTraitMode
impl RefUnwindSafe for AttributeTraitMode
impl Send for AttributeTraitMode
impl Sync for AttributeTraitMode
impl Unpin for AttributeTraitMode
impl UnsafeUnpin for AttributeTraitMode
impl UnwindSafe for AttributeTraitMode
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