pub struct DeleteDnsRecord<'a> {
pub zone_identifier: &'a str,
pub identifier: &'a str,
}Expand description
Delete DNS Record https://api.cloudflare.com/#dns-records-for-a-zone-delete-dns-record
Fields§
§zone_identifier: &'a str§identifier: &'a strTrait Implementations§
Source§impl<'a> Debug for DeleteDnsRecord<'a>
impl<'a> Debug for DeleteDnsRecord<'a>
Source§impl<'a> Endpoint<DeleteDnsRecordResponse> for DeleteDnsRecord<'a>
impl<'a> Endpoint<DeleteDnsRecordResponse> for DeleteDnsRecord<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeleteDnsRecord<'a>
impl<'a> RefUnwindSafe for DeleteDnsRecord<'a>
impl<'a> Send for DeleteDnsRecord<'a>
impl<'a> Sync for DeleteDnsRecord<'a>
impl<'a> Unpin for DeleteDnsRecord<'a>
impl<'a> UnwindSafe for DeleteDnsRecord<'a>
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