pub enum BetaPermissionErrorType {
PermissionError,
}Variants§
PermissionError
Trait Implementations§
Source§impl Clone for BetaPermissionErrorType
impl Clone for BetaPermissionErrorType
Source§fn clone(&self) -> BetaPermissionErrorType
fn clone(&self) -> BetaPermissionErrorType
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 BetaPermissionErrorType
impl Debug for BetaPermissionErrorType
Source§impl<'de> Deserialize<'de> for BetaPermissionErrorType
impl<'de> Deserialize<'de> for BetaPermissionErrorType
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 BetaPermissionErrorType
impl PartialEq for BetaPermissionErrorType
Source§impl Serialize for BetaPermissionErrorType
impl Serialize for BetaPermissionErrorType
impl Eq for BetaPermissionErrorType
impl StructuralPartialEq for BetaPermissionErrorType
Auto Trait Implementations§
impl Freeze for BetaPermissionErrorType
impl RefUnwindSafe for BetaPermissionErrorType
impl Send for BetaPermissionErrorType
impl Sync for BetaPermissionErrorType
impl Unpin for BetaPermissionErrorType
impl UnsafeUnpin for BetaPermissionErrorType
impl UnwindSafe for BetaPermissionErrorType
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