pub struct ProvisionedPlan {
pub capability_status: String,
pub provisioning_status: String,
pub service: String,
}
Fields§
§capability_status: String
§provisioning_status: String
§service: String
Trait Implementations§
Source§impl Clone for ProvisionedPlan
impl Clone for ProvisionedPlan
Source§fn clone(&self) -> ProvisionedPlan
fn clone(&self) -> ProvisionedPlan
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 ProvisionedPlan
impl Debug for ProvisionedPlan
Source§impl<'de> Deserialize<'de> for ProvisionedPlan
impl<'de> Deserialize<'de> for ProvisionedPlan
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 ProvisionedPlan
impl PartialEq for ProvisionedPlan
Source§impl Serialize for ProvisionedPlan
impl Serialize for ProvisionedPlan
impl Eq for ProvisionedPlan
impl StructuralPartialEq for ProvisionedPlan
Auto Trait Implementations§
impl Freeze for ProvisionedPlan
impl RefUnwindSafe for ProvisionedPlan
impl Send for ProvisionedPlan
impl Sync for ProvisionedPlan
impl Unpin for ProvisionedPlan
impl UnwindSafe for ProvisionedPlan
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