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