pub struct LeaseExpireCommand { /* private fields */ }Expand description
Semantic command for lease-expire lifecycle mutation.
Implementations§
Trait Implementations§
Source§impl Clone for LeaseExpireCommand
impl Clone for LeaseExpireCommand
Source§fn clone(&self) -> LeaseExpireCommand
fn clone(&self) -> LeaseExpireCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LeaseExpireCommand
impl Debug for LeaseExpireCommand
Source§impl PartialEq for LeaseExpireCommand
impl PartialEq for LeaseExpireCommand
impl Eq for LeaseExpireCommand
impl StructuralPartialEq for LeaseExpireCommand
Auto Trait Implementations§
impl Freeze for LeaseExpireCommand
impl RefUnwindSafe for LeaseExpireCommand
impl Send for LeaseExpireCommand
impl Sync for LeaseExpireCommand
impl Unpin for LeaseExpireCommand
impl UnsafeUnpin for LeaseExpireCommand
impl UnwindSafe for LeaseExpireCommand
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