pub struct StopSource { /* private fields */ }
Expand description
Implementations§
Source§impl StopSource
impl StopSource
Trait Implementations§
Source§impl Debug for StopSource
impl Debug for StopSource
Source§impl Default for StopSource
impl Default for StopSource
Source§fn default() -> StopSource
fn default() -> StopSource
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StopSource
impl RefUnwindSafe for StopSource
impl Send for StopSource
impl Sync for StopSource
impl Unpin for StopSource
impl UnwindSafe for StopSource
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