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