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