pub struct DataTooLong(/* private fields */);Expand description
An error indicating that the provided supplementary authentication was too long to fit in a packet.
Trait Implementations§
Source§impl Debug for DataTooLong
impl Debug for DataTooLong
Source§impl Display for DataTooLong
impl Display for DataTooLong
Source§impl Error for DataTooLong
Available on crate feature std only.
impl Error for DataTooLong
Available on crate feature
std only.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 DataTooLong
impl PartialEq for DataTooLong
impl Eq for DataTooLong
impl StructuralPartialEq for DataTooLong
Auto Trait Implementations§
impl Freeze for DataTooLong
impl RefUnwindSafe for DataTooLong
impl Send for DataTooLong
impl Sync for DataTooLong
impl Unpin for DataTooLong
impl UnwindSafe for DataTooLong
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