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