pub enum ApiKeyScope {
Manage,
Write,
Read,
}Variants§
Trait Implementations§
Source§impl Clone for ApiKeyScope
impl Clone for ApiKeyScope
Source§fn clone(&self) -> ApiKeyScope
fn clone(&self) -> ApiKeyScope
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 ApiKeyScope
impl Debug for ApiKeyScope
Source§impl Decode for ApiKeyScope
impl Decode for ApiKeyScope
Source§impl Default for ApiKeyScope
impl Default for ApiKeyScope
Source§impl Hash for ApiKeyScope
impl Hash for ApiKeyScope
Source§impl PartialEq for ApiKeyScope
impl PartialEq for ApiKeyScope
Source§fn eq(&self, other: &ApiKeyScope) -> bool
fn eq(&self, other: &ApiKeyScope) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ApiKeyScope
impl Eq for ApiKeyScope
impl StructuralPartialEq for ApiKeyScope
Auto Trait Implementations§
impl Freeze for ApiKeyScope
impl RefUnwindSafe for ApiKeyScope
impl Send for ApiKeyScope
impl Sync for ApiKeyScope
impl Unpin for ApiKeyScope
impl UnsafeUnpin for ApiKeyScope
impl UnwindSafe for ApiKeyScope
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