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