pub struct UnloadDepotMode;Expand description
Unload depot mode of p4 print (-U): look for the specified files
in the unload depot.
Entered with Print::from_unload_depot. No other local option can be
combined with -U.
Trait Implementations§
Source§impl Clone for UnloadDepotMode
impl Clone for UnloadDepotMode
impl Copy for UnloadDepotMode
Source§impl Debug for UnloadDepotMode
impl Debug for UnloadDepotMode
Source§impl Default for UnloadDepotMode
impl Default for UnloadDepotMode
Source§impl ExclusiveOption for UnloadDepotMode
impl ExclusiveOption for UnloadDepotMode
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 UnloadDepotMode
impl RefUnwindSafe for UnloadDepotMode
impl Send for UnloadDepotMode
impl Sync for UnloadDepotMode
impl Unpin for UnloadDepotMode
impl UnsafeUnpin for UnloadDepotMode
impl UnwindSafe for UnloadDepotMode
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