pub struct PlanUpdate {
pub tracked_resource_update: TrackedResourceUpdate,
pub sku: Option<Sku>,
}Expand description
The devcenter plan resource for partial updates. Properties not provided in the update request will not be changed.
Fields§
§tracked_resource_update: TrackedResourceUpdate§sku: Option<Sku>The resource model definition representing SKU
Implementations§
Source§impl PlanUpdate
impl PlanUpdate
Trait Implementations§
Source§impl Clone for PlanUpdate
impl Clone for PlanUpdate
Source§fn clone(&self) -> PlanUpdate
fn clone(&self) -> PlanUpdate
Returns a duplicate 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 PlanUpdate
impl Debug for PlanUpdate
Source§impl Default for PlanUpdate
impl Default for PlanUpdate
Source§fn default() -> PlanUpdate
fn default() -> PlanUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PlanUpdate
impl<'de> Deserialize<'de> for PlanUpdate
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 PlanUpdate
impl PartialEq for PlanUpdate
Source§impl Serialize for PlanUpdate
impl Serialize for PlanUpdate
impl StructuralPartialEq for PlanUpdate
Auto Trait Implementations§
impl Freeze for PlanUpdate
impl RefUnwindSafe for PlanUpdate
impl Send for PlanUpdate
impl Sync for PlanUpdate
impl Unpin for PlanUpdate
impl UnwindSafe for PlanUpdate
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