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