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 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 JwtLocation_oneof_in
impl Debug for JwtLocation_oneof_in
Source§impl PartialEq for JwtLocation_oneof_in
impl PartialEq for JwtLocation_oneof_in
impl StructuralPartialEq for JwtLocation_oneof_in
Auto Trait Implementations§
impl Freeze for JwtLocation_oneof_in
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