pub enum SessionRefError {
NotEmptyViolated,
LenCharMaxViolated,
}Variants§
Trait Implementations§
Source§impl Clone for SessionRefError
impl Clone for SessionRefError
Source§fn clone(&self) -> SessionRefError
fn clone(&self) -> SessionRefError
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 SessionRefError
impl Debug for SessionRefError
Source§impl Display for SessionRefError
impl Display for SessionRefError
Source§impl Error for SessionRefError
impl Error for SessionRefError
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 SessionRefError
impl PartialEq for SessionRefError
impl Eq for SessionRefError
impl StructuralPartialEq for SessionRefError
Auto Trait Implementations§
impl Freeze for SessionRefError
impl RefUnwindSafe for SessionRefError
impl Send for SessionRefError
impl Sync for SessionRefError
impl Unpin for SessionRefError
impl UnsafeUnpin for SessionRefError
impl UnwindSafe for SessionRefError
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