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