pub enum CatValidationTypes {
Mac,
Sign,
None,
}Expand description
Validation types for Common Access Tokens.
Specifies the cryptographic mechanism used to secure the token.
Variants§
Trait Implementations§
Source§impl Clone for CatValidationTypes
impl Clone for CatValidationTypes
Source§fn clone(&self) -> CatValidationTypes
fn clone(&self) -> CatValidationTypes
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 CatValidationTypes
impl Debug for CatValidationTypes
Source§impl Default for CatValidationTypes
impl Default for CatValidationTypes
Source§impl PartialEq for CatValidationTypes
impl PartialEq for CatValidationTypes
impl Copy for CatValidationTypes
impl Eq for CatValidationTypes
impl StructuralPartialEq for CatValidationTypes
Auto Trait Implementations§
impl Freeze for CatValidationTypes
impl RefUnwindSafe for CatValidationTypes
impl Send for CatValidationTypes
impl Sync for CatValidationTypes
impl Unpin for CatValidationTypes
impl UnwindSafe for CatValidationTypes
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