pub struct ForbiddenAction(/* private fields */);Implementations§
Source§impl ForbiddenAction
impl ForbiddenAction
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for ForbiddenAction
impl Clone for ForbiddenAction
Source§fn clone(&self) -> ForbiddenAction
fn clone(&self) -> ForbiddenAction
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 ForbiddenAction
impl Debug for ForbiddenAction
Source§impl<'de> Deserialize<'de> for ForbiddenAction
impl<'de> Deserialize<'de> for ForbiddenAction
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ForbiddenAction
impl Hash for ForbiddenAction
Source§impl Ord for ForbiddenAction
impl Ord for ForbiddenAction
Source§fn cmp(&self, other: &ForbiddenAction) -> Ordering
fn cmp(&self, other: &ForbiddenAction) -> 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 ForbiddenAction
impl PartialEq for ForbiddenAction
Source§impl PartialOrd for ForbiddenAction
impl PartialOrd for ForbiddenAction
Source§impl Serialize for ForbiddenAction
impl Serialize for ForbiddenAction
impl Eq for ForbiddenAction
impl StructuralPartialEq for ForbiddenAction
Auto Trait Implementations§
impl Freeze for ForbiddenAction
impl RefUnwindSafe for ForbiddenAction
impl Send for ForbiddenAction
impl Sync for ForbiddenAction
impl Unpin for ForbiddenAction
impl UnsafeUnpin for ForbiddenAction
impl UnwindSafe for ForbiddenAction
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