Struct azure_devops_rust_api::build::models::BuildAgentReference
source · pub struct BuildAgentReference {
pub id: Option<i32>,
pub name: Option<String>,
pub url: Option<String>,
}Expand description
Fields§
§id: Option<i32>Id of the resource
name: Option<String>Name of the linked resource (definition name, controller name, etc.)
url: Option<String>Full http link to the resource
Implementations§
Trait Implementations§
source§impl Clone for BuildAgentReference
impl Clone for BuildAgentReference
source§fn clone(&self) -> BuildAgentReference
fn clone(&self) -> BuildAgentReference
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 BuildAgentReference
impl Debug for BuildAgentReference
source§impl Default for BuildAgentReference
impl Default for BuildAgentReference
source§fn default() -> BuildAgentReference
fn default() -> BuildAgentReference
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BuildAgentReference
impl<'de> Deserialize<'de> for BuildAgentReference
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 BuildAgentReference
impl PartialEq for BuildAgentReference
source§fn eq(&self, other: &BuildAgentReference) -> bool
fn eq(&self, other: &BuildAgentReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for BuildAgentReference
impl Serialize for BuildAgentReference
impl StructuralPartialEq for BuildAgentReference
Auto Trait Implementations§
impl Freeze for BuildAgentReference
impl RefUnwindSafe for BuildAgentReference
impl Send for BuildAgentReference
impl Sync for BuildAgentReference
impl Unpin for BuildAgentReference
impl UnwindSafe for BuildAgentReference
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