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