pub struct StopSignal(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for StopSignal
impl AsRef<str> for StopSignal
Source§impl Clone for StopSignal
impl Clone for StopSignal
Source§fn clone(&self) -> StopSignal
fn clone(&self) -> StopSignal
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 moreSource§impl Debug for StopSignal
impl Debug for StopSignal
Source§impl Display for StopSignal
impl Display for StopSignal
Source§impl Hash for StopSignal
impl Hash for StopSignal
Source§impl Ord for StopSignal
impl Ord for StopSignal
Source§fn cmp(&self, other: &StopSignal) -> Ordering
fn cmp(&self, other: &StopSignal) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StopSignal
impl PartialEq for StopSignal
Source§fn eq(&self, other: &StopSignal) -> bool
fn eq(&self, other: &StopSignal) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for StopSignal
impl PartialOrd for StopSignal
impl Eq for StopSignal
impl StructuralPartialEq for StopSignal
Auto Trait Implementations§
impl Freeze for StopSignal
impl RefUnwindSafe for StopSignal
impl Send for StopSignal
impl Sync for StopSignal
impl Unpin for StopSignal
impl UnsafeUnpin for StopSignal
impl UnwindSafe for StopSignal
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