pub struct DeleteDnsRecordResponse {
pub id: String,
}Fields§
§id: StringDNS record identifier tag
Trait Implementations§
Source§impl Debug for DeleteDnsRecordResponse
impl Debug for DeleteDnsRecordResponse
Source§impl<'de> Deserialize<'de> for DeleteDnsRecordResponse
impl<'de> Deserialize<'de> for DeleteDnsRecordResponse
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<'a> Endpoint<DeleteDnsRecordResponse> for DeleteDnsRecord<'a>
impl<'a> Endpoint<DeleteDnsRecordResponse> for DeleteDnsRecord<'a>
impl ApiResultTraits for DeleteDnsRecordResponse
Auto Trait Implementations§
impl Freeze for DeleteDnsRecordResponse
impl RefUnwindSafe for DeleteDnsRecordResponse
impl Send for DeleteDnsRecordResponse
impl Sync for DeleteDnsRecordResponse
impl Unpin for DeleteDnsRecordResponse
impl UnwindSafe for DeleteDnsRecordResponse
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