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 Default for ApiKeyResponseModel
impl Default for ApiKeyResponseModel
Source§fn default() -> ApiKeyResponseModel
fn default() -> ApiKeyResponseModel
Returns the “default value” for a type. Read more
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§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