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