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