pub struct PermitRevoked;Trait Implementations§
Source§impl Debug for PermitRevoked
impl Debug for PermitRevoked
Source§impl Display for PermitRevoked
impl Display for PermitRevoked
Source§impl Error for PermitRevoked
impl Error for PermitRevoked
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 PermitRevoked
impl Hash for PermitRevoked
Source§impl Ord for PermitRevoked
impl Ord for PermitRevoked
Source§fn cmp(&self, other: &PermitRevoked) -> Ordering
fn cmp(&self, other: &PermitRevoked) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PermitRevoked
impl PartialEq for PermitRevoked
Source§impl PartialOrd for PermitRevoked
impl PartialOrd for PermitRevoked
impl Eq for PermitRevoked
impl StructuralPartialEq for PermitRevoked
Auto Trait Implementations§
impl Freeze for PermitRevoked
impl RefUnwindSafe for PermitRevoked
impl Send for PermitRevoked
impl Sync for PermitRevoked
impl Unpin for PermitRevoked
impl UnwindSafe for PermitRevoked
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