pub struct InvalidAuthMoreDataHeader;Trait Implementations§
Source§impl Clone for InvalidAuthMoreDataHeader
impl Clone for InvalidAuthMoreDataHeader
Source§fn clone(&self) -> InvalidAuthMoreDataHeader
fn clone(&self) -> InvalidAuthMoreDataHeader
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 InvalidAuthMoreDataHeader
impl Debug for InvalidAuthMoreDataHeader
Source§impl Default for InvalidAuthMoreDataHeader
impl Default for InvalidAuthMoreDataHeader
Source§fn default() -> InvalidAuthMoreDataHeader
fn default() -> InvalidAuthMoreDataHeader
Returns the “default value” for a type. Read more
Source§impl Display for InvalidAuthMoreDataHeader
impl Display for InvalidAuthMoreDataHeader
Source§impl Error for InvalidAuthMoreDataHeader
impl Error for InvalidAuthMoreDataHeader
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 Hash for InvalidAuthMoreDataHeader
impl Hash for InvalidAuthMoreDataHeader
impl Copy for InvalidAuthMoreDataHeader
impl Eq for InvalidAuthMoreDataHeader
impl StructuralPartialEq for InvalidAuthMoreDataHeader
Auto Trait Implementations§
impl Freeze for InvalidAuthMoreDataHeader
impl RefUnwindSafe for InvalidAuthMoreDataHeader
impl Send for InvalidAuthMoreDataHeader
impl Sync for InvalidAuthMoreDataHeader
impl Unpin for InvalidAuthMoreDataHeader
impl UnwindSafe for InvalidAuthMoreDataHeader
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