pub struct DisplayContentHistory { /* private fields */ }Expand description
Content history mode of p4 filelog (-h): display file content
history instead of file name history.
This is the only state in which the -p option
(skip_promoted_tasks) is
meaningful. Entered with FileLog::content_history.
Trait Implementations§
Source§impl Clone for DisplayContentHistory
impl Clone for DisplayContentHistory
impl Copy for DisplayContentHistory
Source§impl Debug for DisplayContentHistory
impl Debug for DisplayContentHistory
Source§impl Default for DisplayContentHistory
impl Default for DisplayContentHistory
Source§impl ExclusiveOption for DisplayContentHistory
impl ExclusiveOption for DisplayContentHistory
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 DisplayContentHistory
impl RefUnwindSafe for DisplayContentHistory
impl Send for DisplayContentHistory
impl Sync for DisplayContentHistory
impl Unpin for DisplayContentHistory
impl UnsafeUnpin for DisplayContentHistory
impl UnwindSafe for DisplayContentHistory
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