pub enum AccessTokenType {
Plugin = 0,
VirtualPlugin = 1,
UserPlugin = 2,
}Variants§
Trait Implementations§
Source§impl Clone for AccessTokenType
impl Clone for AccessTokenType
Source§fn clone(&self) -> AccessTokenType
fn clone(&self) -> AccessTokenType
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 AccessTokenType
impl Debug for AccessTokenType
Source§impl From<AccessTokenType> for i32
impl From<AccessTokenType> for i32
Source§fn from(token_type: AccessTokenType) -> i32
fn from(token_type: AccessTokenType) -> i32
Converts to this type from the input type.
Source§impl Hash for AccessTokenType
impl Hash for AccessTokenType
Source§impl PartialEq for AccessTokenType
impl PartialEq for AccessTokenType
Source§impl Serialize for AccessTokenType
impl Serialize for AccessTokenType
impl Copy for AccessTokenType
impl Eq for AccessTokenType
impl StructuralPartialEq for AccessTokenType
Auto Trait Implementations§
impl Freeze for AccessTokenType
impl RefUnwindSafe for AccessTokenType
impl Send for AccessTokenType
impl Sync for AccessTokenType
impl Unpin for AccessTokenType
impl UnwindSafe for AccessTokenType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.