pub struct DetailDiffMode { /* private fields */ }Expand description
Detail diff output of p4 describe (-a and -d).
Entered with Describe::display_added_text_content or
Describe::diff_options.
Trait Implementations§
Source§impl Clone for DetailDiffMode
impl Clone for DetailDiffMode
Source§impl Debug for DetailDiffMode
impl Debug for DetailDiffMode
Source§impl Default for DetailDiffMode
impl Default for DetailDiffMode
Source§impl ExclusiveOption for DetailDiffMode
impl ExclusiveOption for DetailDiffMode
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 DetailDiffMode
impl RefUnwindSafe for DetailDiffMode
impl Send for DetailDiffMode
impl Sync for DetailDiffMode
impl Unpin for DetailDiffMode
impl UnsafeUnpin for DetailDiffMode
impl UnwindSafe for DetailDiffMode
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