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