Struct azure_devops_rust_api::git::models::GitPushRef
source · pub struct GitPushRef {
pub links: Option<ReferenceLinks>,
pub date: Option<OffsetDateTime>,
pub pushed_by: Option<IdentityRef>,
pub push_id: Option<i32>,
pub url: Option<String>,
}Expand description
Fields§
§links: Option<ReferenceLinks>The class to represent a collection of REST reference links.
date: Option<OffsetDateTime>§pushed_by: Option<IdentityRef>§push_id: Option<i32>§url: Option<String>Implementations§
source§impl GitPushRef
impl GitPushRef
Trait Implementations§
source§impl Clone for GitPushRef
impl Clone for GitPushRef
source§fn clone(&self) -> GitPushRef
fn clone(&self) -> GitPushRef
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 GitPushRef
impl Debug for GitPushRef
source§impl Default for GitPushRef
impl Default for GitPushRef
source§fn default() -> GitPushRef
fn default() -> GitPushRef
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GitPushRef
impl<'de> Deserialize<'de> for GitPushRef
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 GitPushRef
impl PartialEq for GitPushRef
source§fn eq(&self, other: &GitPushRef) -> bool
fn eq(&self, other: &GitPushRef) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GitPushRef
impl Serialize for GitPushRef
impl StructuralPartialEq for GitPushRef
Auto Trait Implementations§
impl Freeze for GitPushRef
impl RefUnwindSafe for GitPushRef
impl Send for GitPushRef
impl Sync for GitPushRef
impl Unpin for GitPushRef
impl UnwindSafe for GitPushRef
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