pub struct ZoneDetails<'a> {
pub identifier: &'a str,
}Expand description
Zone Details https://api.cloudflare.com/#zone-zone-details
Fields§
§identifier: &'a strTrait Implementations§
Source§impl<'a> Debug for ZoneDetails<'a>
impl<'a> Debug for ZoneDetails<'a>
Auto Trait Implementations§
impl<'a> Freeze for ZoneDetails<'a>
impl<'a> RefUnwindSafe for ZoneDetails<'a>
impl<'a> Send for ZoneDetails<'a>
impl<'a> Sync for ZoneDetails<'a>
impl<'a> Unpin for ZoneDetails<'a>
impl<'a> UnwindSafe for ZoneDetails<'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