pub struct ApiKeyCredentialsResponse {
pub api_key: ApiKeyCredentialsResponseObject,
}Fields§
§api_key: ApiKeyCredentialsResponseObjectTrait Implementations§
Source§impl Clone for ApiKeyCredentialsResponse
impl Clone for ApiKeyCredentialsResponse
Source§fn clone(&self) -> ApiKeyCredentialsResponse
fn clone(&self) -> ApiKeyCredentialsResponse
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 ApiKeyCredentialsResponse
impl Debug for ApiKeyCredentialsResponse
Source§impl<'de> Deserialize<'de> for ApiKeyCredentialsResponse
impl<'de> Deserialize<'de> for ApiKeyCredentialsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ApiKeyCredentialsResponse
impl RefUnwindSafe for ApiKeyCredentialsResponse
impl Send for ApiKeyCredentialsResponse
impl Sync for ApiKeyCredentialsResponse
impl Unpin for ApiKeyCredentialsResponse
impl UnwindSafe for ApiKeyCredentialsResponse
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