Struct socketioxide::extract::StateNotFound
source · pub struct StateNotFound<T>(/* private fields */);Available on crate feature
state only.Expand description
It was impossible to find the given state and therefore the handler won’t be called.
Trait Implementations§
source§impl<T> Debug for StateNotFound<T>
impl<T> Debug for StateNotFound<T>
source§impl<T> Display for StateNotFound<T>
impl<T> Display for StateNotFound<T>
source§impl<T> Error for StateNotFound<T>
impl<T> Error for StateNotFound<T>
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()
Auto Trait Implementations§
impl<T> Freeze for StateNotFound<T>
impl<T> RefUnwindSafe for StateNotFound<T>where
T: RefUnwindSafe,
impl<T> Send for StateNotFound<T>where
T: Send,
impl<T> Sync for StateNotFound<T>where
T: Sync,
impl<T> Unpin for StateNotFound<T>where
T: Unpin,
impl<T> UnwindSafe for StateNotFound<T>where
T: UnwindSafe,
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