pub struct NoReceivers;Expand description
No waiter can ever receive the signal: every waiter handle was dropped.
Returned by signal(), which does not fire the event in this case.
Trait Implementations§
Source§impl Clone for NoReceivers
impl Clone for NoReceivers
Source§fn clone(&self) -> NoReceivers
fn clone(&self) -> NoReceivers
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 moreimpl Copy for NoReceivers
Source§impl Debug for NoReceivers
impl Debug for NoReceivers
Source§impl Display for NoReceivers
impl Display for NoReceivers
impl Eq for NoReceivers
Source§impl Error for NoReceivers
impl Error for NoReceivers
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for NoReceivers
impl PartialEq for NoReceivers
Source§fn eq(&self, other: &NoReceivers) -> bool
fn eq(&self, other: &NoReceivers) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NoReceivers
Auto Trait Implementations§
impl Freeze for NoReceivers
impl RefUnwindSafe for NoReceivers
impl Send for NoReceivers
impl Sync for NoReceivers
impl Unpin for NoReceivers
impl UnsafeUnpin for NoReceivers
impl UnwindSafe for NoReceivers
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