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