pub struct ManagedZoneOperation {
pub kind: String,
pub id: String,
pub start_time: String,
pub status: String,
pub user: String,
pub type: String,
pub zone_context: ZoneContext,
pub dns_key_context: DnsKeyContext,
}Fields§
§kind: String§id: String§start_time: String§status: String§user: String§type: String§zone_context: ZoneContext§dns_key_context: DnsKeyContextTrait Implementations§
Source§impl Debug for ManagedZoneOperation
impl Debug for ManagedZoneOperation
Source§impl<'de> Deserialize<'de> for ManagedZoneOperation
impl<'de> Deserialize<'de> for ManagedZoneOperation
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 ManagedZoneOperation
impl RefUnwindSafe for ManagedZoneOperation
impl Send for ManagedZoneOperation
impl Sync for ManagedZoneOperation
impl Unpin for ManagedZoneOperation
impl UnwindSafe for ManagedZoneOperation
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