pub struct ZoneUpdate {
pub zone_name: Name,
pub actions: Vec<ZoneUpdateAction>,
}
Fields§
§zone_name: Name
“” for root zone, “name” for 2nd level zone
actions: Vec<ZoneUpdateAction>
Implementations§
Auto Trait Implementations§
impl Freeze for ZoneUpdate
impl RefUnwindSafe for ZoneUpdate
impl Send for ZoneUpdate
impl Sync for ZoneUpdate
impl Unpin for ZoneUpdate
impl UnwindSafe for ZoneUpdate
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