pub struct InvalidSignal;
Expand description
Error returned when an ivalid signal value is used
Trait Implementations§
Source§impl Clone for InvalidSignal
impl Clone for InvalidSignal
Source§fn clone(&self) -> InvalidSignal
fn clone(&self) -> InvalidSignal
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 moreSource§impl Debug for InvalidSignal
impl Debug for InvalidSignal
Source§impl Display for InvalidSignal
impl Display for InvalidSignal
Source§impl Error for InvalidSignal
impl Error for InvalidSignal
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 InvalidSignal
impl PartialEq for InvalidSignal
impl Copy for InvalidSignal
impl Eq for InvalidSignal
impl StructuralPartialEq for InvalidSignal
Auto Trait Implementations§
impl Freeze for InvalidSignal
impl RefUnwindSafe for InvalidSignal
impl Send for InvalidSignal
impl Sync for InvalidSignal
impl Unpin for InvalidSignal
impl UnwindSafe for InvalidSignal
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