pub struct LeaseAcquireCommand { /* private fields */ }Expand description
Semantic command for lease-acquire lifecycle mutation.
Implementations§
Trait Implementations§
Source§impl Clone for LeaseAcquireCommand
impl Clone for LeaseAcquireCommand
Source§fn clone(&self) -> LeaseAcquireCommand
fn clone(&self) -> LeaseAcquireCommand
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 LeaseAcquireCommand
impl Debug for LeaseAcquireCommand
Source§impl PartialEq for LeaseAcquireCommand
impl PartialEq for LeaseAcquireCommand
impl Eq for LeaseAcquireCommand
impl StructuralPartialEq for LeaseAcquireCommand
Auto Trait Implementations§
impl Freeze for LeaseAcquireCommand
impl RefUnwindSafe for LeaseAcquireCommand
impl Send for LeaseAcquireCommand
impl Sync for LeaseAcquireCommand
impl Unpin for LeaseAcquireCommand
impl UnsafeUnpin for LeaseAcquireCommand
impl UnwindSafe for LeaseAcquireCommand
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