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