pub struct InvalidMutationAuthority;Expand description
Error returned when a mutation token cannot be represented safely in an HTTP header.
Trait Implementations§
Source§impl Clone for InvalidMutationAuthority
impl Clone for InvalidMutationAuthority
impl Copy for InvalidMutationAuthority
Source§impl Debug for InvalidMutationAuthority
impl Debug for InvalidMutationAuthority
Source§impl Display for InvalidMutationAuthority
impl Display for InvalidMutationAuthority
impl Eq for InvalidMutationAuthority
Source§impl Error for InvalidMutationAuthority
impl Error for InvalidMutationAuthority
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 InvalidMutationAuthority
impl PartialEq for InvalidMutationAuthority
impl StructuralPartialEq for InvalidMutationAuthority
Auto Trait Implementations§
impl Freeze for InvalidMutationAuthority
impl RefUnwindSafe for InvalidMutationAuthority
impl Send for InvalidMutationAuthority
impl Sync for InvalidMutationAuthority
impl Unpin for InvalidMutationAuthority
impl UnsafeUnpin for InvalidMutationAuthority
impl UnwindSafe for InvalidMutationAuthority
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