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