pub struct ListDnsRecords<'a> {
pub zone_identifier: &'a str,
pub params: ListDnsRecordsParams,
}Expand description
List DNS Records https://api.cloudflare.com/#dns-records-for-a-zone-list-dns-records
Fields§
§zone_identifier: &'a str§params: ListDnsRecordsParamsTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ListDnsRecords<'a>
impl<'a> RefUnwindSafe for ListDnsRecords<'a>
impl<'a> Send for ListDnsRecords<'a>
impl<'a> Sync for ListDnsRecords<'a>
impl<'a> Unpin for ListDnsRecords<'a>
impl<'a> UnwindSafe for ListDnsRecords<'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