pub struct StopHandle { /* private fields */ }Expand description
Handle to stop a running collector.
Implementations§
Source§impl StopHandle
impl StopHandle
Trait Implementations§
Source§impl Clone for StopHandle
impl Clone for StopHandle
Source§fn clone(&self) -> StopHandle
fn clone(&self) -> StopHandle
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 moreAuto Trait Implementations§
impl Freeze for StopHandle
impl RefUnwindSafe for StopHandle
impl Send for StopHandle
impl Sync for StopHandle
impl Unpin for StopHandle
impl UnsafeUnpin for StopHandle
impl UnwindSafe for StopHandle
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