Struct azure_devops_rust_api::test::models::HttpPostedTcmAttachment
source · pub struct HttpPostedTcmAttachment {
pub attachment_content: Option<String>,
pub content_length: Option<i32>,
pub content_type: Option<String>,
pub file_name: Option<String>,
}
Expand description
Fields§
§attachment_content: Option<String>
§content_length: Option<i32>
§content_type: Option<String>
§file_name: Option<String>
Implementations§
Trait Implementations§
source§impl Clone for HttpPostedTcmAttachment
impl Clone for HttpPostedTcmAttachment
source§fn clone(&self) -> HttpPostedTcmAttachment
fn clone(&self) -> HttpPostedTcmAttachment
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 HttpPostedTcmAttachment
impl Debug for HttpPostedTcmAttachment
source§impl Default for HttpPostedTcmAttachment
impl Default for HttpPostedTcmAttachment
source§fn default() -> HttpPostedTcmAttachment
fn default() -> HttpPostedTcmAttachment
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for HttpPostedTcmAttachment
impl<'de> Deserialize<'de> for HttpPostedTcmAttachment
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 for HttpPostedTcmAttachment
impl PartialEq for HttpPostedTcmAttachment
source§fn eq(&self, other: &HttpPostedTcmAttachment) -> bool
fn eq(&self, other: &HttpPostedTcmAttachment) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for HttpPostedTcmAttachment
impl Serialize for HttpPostedTcmAttachment
impl StructuralPartialEq for HttpPostedTcmAttachment
Auto Trait Implementations§
impl RefUnwindSafe for HttpPostedTcmAttachment
impl Send for HttpPostedTcmAttachment
impl Sync for HttpPostedTcmAttachment
impl Unpin for HttpPostedTcmAttachment
impl UnwindSafe for HttpPostedTcmAttachment
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more