Struct bitwarden_api_api::models::organization_api_key_request_model::OrganizationApiKeyRequestModel
source · pub struct OrganizationApiKeyRequestModel {
pub master_password_hash: Option<String>,
pub otp: Option<String>,
pub auth_request_access_code: Option<String>,
pub secret: Option<String>,
pub _type: Option<OrganizationApiKeyType>,
}
Fields§
§master_password_hash: Option<String>
§otp: Option<String>
§auth_request_access_code: Option<String>
§secret: Option<String>
§_type: Option<OrganizationApiKeyType>
Implementations§
Trait Implementations§
source§impl Clone for OrganizationApiKeyRequestModel
impl Clone for OrganizationApiKeyRequestModel
source§fn clone(&self) -> OrganizationApiKeyRequestModel
fn clone(&self) -> OrganizationApiKeyRequestModel
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 Default for OrganizationApiKeyRequestModel
impl Default for OrganizationApiKeyRequestModel
source§fn default() -> OrganizationApiKeyRequestModel
fn default() -> OrganizationApiKeyRequestModel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for OrganizationApiKeyRequestModel
impl<'de> Deserialize<'de> for OrganizationApiKeyRequestModel
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<OrganizationApiKeyRequestModel> for OrganizationApiKeyRequestModel
impl PartialEq<OrganizationApiKeyRequestModel> for OrganizationApiKeyRequestModel
source§fn eq(&self, other: &OrganizationApiKeyRequestModel) -> bool
fn eq(&self, other: &OrganizationApiKeyRequestModel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.