pub struct ActorStopHandle { /* private fields */ }Expand description
One-shot completion handle used to defer the final stopped event until teardown is done.
Implementations§
Trait Implementations§
Source§impl Clone for ActorStopHandle
impl Clone for ActorStopHandle
Source§fn clone(&self) -> ActorStopHandle
fn clone(&self) -> ActorStopHandle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ActorStopHandle
impl RefUnwindSafe for ActorStopHandle
impl Send for ActorStopHandle
impl Sync for ActorStopHandle
impl Unpin for ActorStopHandle
impl UnsafeUnpin for ActorStopHandle
impl UnwindSafe for ActorStopHandle
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