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