pub struct CloudEnterpriseLicenseInfo {
pub id: String,
pub name: String,
pub domain: String,
pub plan: Option<CloudPlanInfo>,
}Fields§
§id: String§name: String§domain: String§plan: Option<CloudPlanInfo>Trait Implementations§
Source§impl Clone for CloudEnterpriseLicenseInfo
impl Clone for CloudEnterpriseLicenseInfo
Source§fn clone(&self) -> CloudEnterpriseLicenseInfo
fn clone(&self) -> CloudEnterpriseLicenseInfo
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 CloudEnterpriseLicenseInfo
impl Debug for CloudEnterpriseLicenseInfo
Source§impl<'de> Deserialize<'de> for CloudEnterpriseLicenseInfo
impl<'de> Deserialize<'de> for CloudEnterpriseLicenseInfo
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
Auto Trait Implementations§
impl Freeze for CloudEnterpriseLicenseInfo
impl RefUnwindSafe for CloudEnterpriseLicenseInfo
impl Send for CloudEnterpriseLicenseInfo
impl Sync for CloudEnterpriseLicenseInfo
impl Unpin for CloudEnterpriseLicenseInfo
impl UnsafeUnpin for CloudEnterpriseLicenseInfo
impl UnwindSafe for CloudEnterpriseLicenseInfo
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