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