pub struct DeveloperJwtAuthentication { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for DeveloperJwtAuthentication
impl Clone for DeveloperJwtAuthentication
Source§fn clone(&self) -> DeveloperJwtAuthentication
fn clone(&self) -> DeveloperJwtAuthentication
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 DeveloperJwtAuthentication
impl Debug for DeveloperJwtAuthentication
Source§impl Default for DeveloperJwtAuthentication
impl Default for DeveloperJwtAuthentication
Source§impl From<DeveloperJwtAuthentication> for DeveloperJwtAuthentication
impl From<DeveloperJwtAuthentication> for DeveloperJwtAuthentication
Source§fn from(value: DeveloperJwtAuthentication) -> Self
fn from(value: DeveloperJwtAuthentication) -> Self
Converts to this type from the input type.
Source§impl TryFrom<DeveloperJwtAuthentication> for DeveloperJwtAuthentication
impl TryFrom<DeveloperJwtAuthentication> for DeveloperJwtAuthentication
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: DeveloperJwtAuthentication) -> Result<Self, ConversionError>
fn try_from(value: DeveloperJwtAuthentication) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for DeveloperJwtAuthentication
impl RefUnwindSafe for DeveloperJwtAuthentication
impl Send for DeveloperJwtAuthentication
impl Sync for DeveloperJwtAuthentication
impl Unpin for DeveloperJwtAuthentication
impl UnwindSafe for DeveloperJwtAuthentication
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