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