Struct azure_devops_rust_api::pipelines::models::RunReference
source · pub struct RunReference {
pub id: i32,
pub name: String,
}
Expand description
Fields§
§id: i32
§name: String
Implementations§
Trait Implementations§
source§impl Clone for RunReference
impl Clone for RunReference
source§fn clone(&self) -> RunReference
fn clone(&self) -> RunReference
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 RunReference
impl Debug for RunReference
source§impl<'de> Deserialize<'de> for RunReference
impl<'de> Deserialize<'de> for RunReference
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 RunReference
impl PartialEq for RunReference
source§fn eq(&self, other: &RunReference) -> bool
fn eq(&self, other: &RunReference) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for RunReference
impl Serialize for RunReference
impl StructuralPartialEq for RunReference
Auto Trait Implementations§
impl RefUnwindSafe for RunReference
impl Send for RunReference
impl Sync for RunReference
impl Unpin for RunReference
impl UnwindSafe for RunReference
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