pub enum PermDeleteReason {
UserEmpty,
UserNow,
CapacityEviction,
}Variants§
Trait Implementations§
Source§impl Clone for PermDeleteReason
impl Clone for PermDeleteReason
Source§fn clone(&self) -> PermDeleteReason
fn clone(&self) -> PermDeleteReason
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PermDeleteReason
impl Debug for PermDeleteReason
Source§impl<'de> Deserialize<'de> for PermDeleteReason
impl<'de> Deserialize<'de> for PermDeleteReason
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PermDeleteReason
impl PartialEq for PermDeleteReason
Source§fn eq(&self, other: &PermDeleteReason) -> bool
fn eq(&self, other: &PermDeleteReason) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PermDeleteReason
impl Serialize for PermDeleteReason
impl StructuralPartialEq for PermDeleteReason
Auto Trait Implementations§
impl Freeze for PermDeleteReason
impl RefUnwindSafe for PermDeleteReason
impl Send for PermDeleteReason
impl Sync for PermDeleteReason
impl Unpin for PermDeleteReason
impl UnsafeUnpin for PermDeleteReason
impl UnwindSafe for PermDeleteReason
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