Struct azure_devops_rust_api::git::models::TfvcShelvesetRef
source · pub struct TfvcShelvesetRef {
pub links: Option<Value>,
pub comment: Option<String>,
pub comment_truncated: Option<bool>,
pub created_date: Option<OffsetDateTime>,
pub id: Option<String>,
pub name: Option<String>,
pub owner: Option<IdentityRef>,
pub url: Option<String>,
}Expand description
Metadata for a shallow shelveset.
Fields§
§links: Option<Value>Links
comment: Option<String>Shelveset comment.
comment_truncated: Option<bool>Shelveset comment truncated as applicable.
created_date: Option<OffsetDateTime>Shelveset create date.
id: Option<String>Shelveset Id.
name: Option<String>Shelveset name.
owner: Option<IdentityRef>§url: Option<String>Shelveset Url.
Implementations§
Trait Implementations§
source§impl Clone for TfvcShelvesetRef
impl Clone for TfvcShelvesetRef
source§fn clone(&self) -> TfvcShelvesetRef
fn clone(&self) -> TfvcShelvesetRef
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 TfvcShelvesetRef
impl Debug for TfvcShelvesetRef
source§impl Default for TfvcShelvesetRef
impl Default for TfvcShelvesetRef
source§fn default() -> TfvcShelvesetRef
fn default() -> TfvcShelvesetRef
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TfvcShelvesetRef
impl<'de> Deserialize<'de> for TfvcShelvesetRef
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 TfvcShelvesetRef
impl PartialEq for TfvcShelvesetRef
source§fn eq(&self, other: &TfvcShelvesetRef) -> bool
fn eq(&self, other: &TfvcShelvesetRef) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TfvcShelvesetRef
impl Serialize for TfvcShelvesetRef
impl StructuralPartialEq for TfvcShelvesetRef
Auto Trait Implementations§
impl RefUnwindSafe for TfvcShelvesetRef
impl Send for TfvcShelvesetRef
impl Sync for TfvcShelvesetRef
impl Unpin for TfvcShelvesetRef
impl UnwindSafe for TfvcShelvesetRef
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