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