pub enum ApiKeyAccessTypeEnum {
Custom,
PublicOnly,
MinimalAccess,
LimitedAccess,
FullAccess,
}
Variants§
Trait Implementations§
Source§impl Clone for ApiKeyAccessTypeEnum
impl Clone for ApiKeyAccessTypeEnum
Source§fn clone(&self) -> ApiKeyAccessTypeEnum
fn clone(&self) -> ApiKeyAccessTypeEnum
Returns a copy 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 ApiKeyAccessTypeEnum
impl Debug for ApiKeyAccessTypeEnum
Source§impl<'de> Deserialize<'de> for ApiKeyAccessTypeEnum
impl<'de> Deserialize<'de> for ApiKeyAccessTypeEnum
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 Display for ApiKeyAccessTypeEnum
impl Display for ApiKeyAccessTypeEnum
Source§impl Hash for ApiKeyAccessTypeEnum
impl Hash for ApiKeyAccessTypeEnum
Source§impl PartialEq for ApiKeyAccessTypeEnum
impl PartialEq for ApiKeyAccessTypeEnum
impl Copy for ApiKeyAccessTypeEnum
impl Eq for ApiKeyAccessTypeEnum
impl StructuralPartialEq for ApiKeyAccessTypeEnum
Auto Trait Implementations§
impl Freeze for ApiKeyAccessTypeEnum
impl RefUnwindSafe for ApiKeyAccessTypeEnum
impl Send for ApiKeyAccessTypeEnum
impl Sync for ApiKeyAccessTypeEnum
impl Unpin for ApiKeyAccessTypeEnum
impl UnwindSafe for ApiKeyAccessTypeEnum
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