pub struct ServicePlanInfo {
pub service_plan_id: String,
pub service_plan_name: String,
pub provisioning_status: String,
pub applies_to: String,
}Fields§
§service_plan_id: String§service_plan_name: String§provisioning_status: String§applies_to: StringTrait Implementations§
Source§impl Clone for ServicePlanInfo
impl Clone for ServicePlanInfo
Source§fn clone(&self) -> ServicePlanInfo
fn clone(&self) -> ServicePlanInfo
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 Debug for ServicePlanInfo
impl Debug for ServicePlanInfo
Source§impl<'de> Deserialize<'de> for ServicePlanInfo
impl<'de> Deserialize<'de> for ServicePlanInfo
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
impl Eq for ServicePlanInfo
Source§impl PartialEq for ServicePlanInfo
impl PartialEq for ServicePlanInfo
Source§fn eq(&self, other: &ServicePlanInfo) -> bool
fn eq(&self, other: &ServicePlanInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ServicePlanInfo
impl Serialize for ServicePlanInfo
impl StructuralPartialEq for ServicePlanInfo
Auto Trait Implementations§
impl Freeze for ServicePlanInfo
impl RefUnwindSafe for ServicePlanInfo
impl Send for ServicePlanInfo
impl Sync for ServicePlanInfo
impl Unpin for ServicePlanInfo
impl UnsafeUnpin for ServicePlanInfo
impl UnwindSafe for ServicePlanInfo
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