pub struct EndJournal;Expand description
p4 admin end-journal: end journal replication at a failover consistency
point. Added in p4 2018.1.
Trait Implementations§
Source§impl Clone for EndJournal
impl Clone for EndJournal
Source§impl Debug for EndJournal
impl Debug for EndJournal
Source§impl Default for EndJournal
impl Default for EndJournal
Source§impl SubCommand for EndJournal
Available on non-crate feature lt2018_1 only.
impl SubCommand for EndJournal
Available on non-crate feature
lt2018_1 only.fn name(&self) -> &str
fn inject_local_args(&self, _: &mut Command)
fn global_opts(&self) -> Option<&GlobalOpts>
fn inject_args(&self, command: &mut Command)
fn setup_command<S: AsRef<OsStr>>(&self, bin: S) -> Command
Auto Trait Implementations§
impl Freeze for EndJournal
impl RefUnwindSafe for EndJournal
impl Send for EndJournal
impl Sync for EndJournal
impl Unpin for EndJournal
impl UnsafeUnpin for EndJournal
impl UnwindSafe for EndJournal
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