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