pub struct CreateOrUpdateComputePolicyParameters {
pub properties: CreateOrUpdateComputePolicyProperties,
}Expand description
The parameters used to create a new compute policy.
Fields§
§properties: CreateOrUpdateComputePolicyPropertiesThe compute policy properties to use when creating a new compute policy.
Implementations§
Source§impl CreateOrUpdateComputePolicyParameters
impl CreateOrUpdateComputePolicyParameters
pub fn new(properties: CreateOrUpdateComputePolicyProperties) -> Self
Trait Implementations§
Source§impl Clone for CreateOrUpdateComputePolicyParameters
impl Clone for CreateOrUpdateComputePolicyParameters
Source§fn clone(&self) -> CreateOrUpdateComputePolicyParameters
fn clone(&self) -> CreateOrUpdateComputePolicyParameters
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for CreateOrUpdateComputePolicyParameters
impl<'de> Deserialize<'de> for CreateOrUpdateComputePolicyParameters
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 CreateOrUpdateComputePolicyParameters
impl PartialEq for CreateOrUpdateComputePolicyParameters
Source§fn eq(&self, other: &CreateOrUpdateComputePolicyParameters) -> bool
fn eq(&self, other: &CreateOrUpdateComputePolicyParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateOrUpdateComputePolicyParameters
Auto Trait Implementations§
impl Freeze for CreateOrUpdateComputePolicyParameters
impl RefUnwindSafe for CreateOrUpdateComputePolicyParameters
impl Send for CreateOrUpdateComputePolicyParameters
impl Sync for CreateOrUpdateComputePolicyParameters
impl Unpin for CreateOrUpdateComputePolicyParameters
impl UnsafeUnpin for CreateOrUpdateComputePolicyParameters
impl UnwindSafe for CreateOrUpdateComputePolicyParameters
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