pub struct ApiKeyResponseModel {
pub object: Option<String>,
pub api_key: Option<String>,
pub revision_date: Option<String>,
}
Fields§
§object: Option<String>
§api_key: Option<String>
§revision_date: Option<String>
Implementations§
source§impl ApiKeyResponseModel
impl ApiKeyResponseModel
pub fn new() -> ApiKeyResponseModel
Trait Implementations§
source§impl Clone for ApiKeyResponseModel
impl Clone for ApiKeyResponseModel
source§fn clone(&self) -> ApiKeyResponseModel
fn clone(&self) -> ApiKeyResponseModel
Returns a copy 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 ApiKeyResponseModel
impl Debug for ApiKeyResponseModel
source§impl<'de> Deserialize<'de> for ApiKeyResponseModel
impl<'de> Deserialize<'de> for ApiKeyResponseModel
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
source§impl PartialEq for ApiKeyResponseModel
impl PartialEq for ApiKeyResponseModel
source§fn eq(&self, other: &ApiKeyResponseModel) -> bool
fn eq(&self, other: &ApiKeyResponseModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ApiKeyResponseModel
impl Serialize for ApiKeyResponseModel
impl StructuralPartialEq for ApiKeyResponseModel
Auto Trait Implementations§
impl Freeze for ApiKeyResponseModel
impl RefUnwindSafe for ApiKeyResponseModel
impl Send for ApiKeyResponseModel
impl Sync for ApiKeyResponseModel
impl Unpin for ApiKeyResponseModel
impl UnwindSafe for ApiKeyResponseModel
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