pub enum JwtLocation_oneof_in {
header(String),
query(String),
cookie(String),
}Variants§
Trait Implementations§
source§impl Clone for JwtLocation_oneof_in
impl Clone for JwtLocation_oneof_in
source§fn clone(&self) -> JwtLocation_oneof_in
fn clone(&self) -> JwtLocation_oneof_in
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 JwtLocation_oneof_in
impl Debug for JwtLocation_oneof_in
source§impl PartialEq for JwtLocation_oneof_in
impl PartialEq for JwtLocation_oneof_in
source§fn eq(&self, other: &JwtLocation_oneof_in) -> bool
fn eq(&self, other: &JwtLocation_oneof_in) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for JwtLocation_oneof_in
Auto Trait Implementations§
impl RefUnwindSafe for JwtLocation_oneof_in
impl Send for JwtLocation_oneof_in
impl Sync for JwtLocation_oneof_in
impl Unpin for JwtLocation_oneof_in
impl UnwindSafe for JwtLocation_oneof_in
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