pub enum TryFromZoneError {
HasWildcardRecords,
HasRecordTypesOtherThanA,
}
Expand description
Errors that can arise when converting a Zone
into a Hosts
.
Variants§
Trait Implementations§
Source§impl Clone for TryFromZoneError
impl Clone for TryFromZoneError
Source§fn clone(&self) -> TryFromZoneError
fn clone(&self) -> TryFromZoneError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TryFromZoneError
impl Debug for TryFromZoneError
Source§impl Hash for TryFromZoneError
impl Hash for TryFromZoneError
Source§impl PartialEq for TryFromZoneError
impl PartialEq for TryFromZoneError
impl Copy for TryFromZoneError
impl Eq for TryFromZoneError
impl StructuralPartialEq for TryFromZoneError
Auto Trait Implementations§
impl Freeze for TryFromZoneError
impl RefUnwindSafe for TryFromZoneError
impl Send for TryFromZoneError
impl Sync for TryFromZoneError
impl Unpin for TryFromZoneError
impl UnwindSafe for TryFromZoneError
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