pub struct TruncatedDescription;Expand description
Truncated description output of p4 filelog (-L): list long output,
with the full text of each changelist description truncated at 250
characters.
Entered with FileLog::truncated_description.
Trait Implementations§
Source§impl Clone for TruncatedDescription
impl Clone for TruncatedDescription
impl Copy for TruncatedDescription
Source§impl Debug for TruncatedDescription
impl Debug for TruncatedDescription
Source§impl Default for TruncatedDescription
impl Default for TruncatedDescription
Source§impl ExclusiveOption for TruncatedDescription
impl ExclusiveOption for TruncatedDescription
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 TruncatedDescription
impl RefUnwindSafe for TruncatedDescription
impl Send for TruncatedDescription
impl Sync for TruncatedDescription
impl Unpin for TruncatedDescription
impl UnsafeUnpin for TruncatedDescription
impl UnwindSafe for TruncatedDescription
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