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