Struct azure_devops_rust_api::git::models::FileContentMetadata
source · pub struct FileContentMetadata {
pub content_type: Option<String>,
pub encoding: Option<i32>,
pub extension: Option<String>,
pub file_name: Option<String>,
pub is_binary: Option<bool>,
pub is_image: Option<bool>,
pub vs_link: Option<String>,
}
Expand description
Fields§
§content_type: Option<String>
§encoding: Option<i32>
§extension: Option<String>
§file_name: Option<String>
§is_binary: Option<bool>
§is_image: Option<bool>
§vs_link: Option<String>
Implementations§
Trait Implementations§
source§impl Clone for FileContentMetadata
impl Clone for FileContentMetadata
source§fn clone(&self) -> FileContentMetadata
fn clone(&self) -> FileContentMetadata
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 FileContentMetadata
impl Debug for FileContentMetadata
source§impl Default for FileContentMetadata
impl Default for FileContentMetadata
source§fn default() -> FileContentMetadata
fn default() -> FileContentMetadata
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FileContentMetadata
impl<'de> Deserialize<'de> for FileContentMetadata
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 FileContentMetadata
impl PartialEq for FileContentMetadata
source§fn eq(&self, other: &FileContentMetadata) -> bool
fn eq(&self, other: &FileContentMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for FileContentMetadata
impl Serialize for FileContentMetadata
impl StructuralPartialEq for FileContentMetadata
Auto Trait Implementations§
impl Freeze for FileContentMetadata
impl RefUnwindSafe for FileContentMetadata
impl Send for FileContentMetadata
impl Sync for FileContentMetadata
impl Unpin for FileContentMetadata
impl UnwindSafe for FileContentMetadata
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