pub struct ZoneMatch {
pub kind: ZoneMatchKind,
pub zone: Zone,
}
Expand description
Zone retrieved from the database, along with the type of result.
Fields§
§kind: ZoneMatchKind
Type of match.
zone: Zone
Zone information.
Trait Implementations§
impl Eq for ZoneMatch
impl StructuralPartialEq for ZoneMatch
Auto Trait Implementations§
impl Freeze for ZoneMatch
impl RefUnwindSafe for ZoneMatch
impl Send for ZoneMatch
impl Sync for ZoneMatch
impl Unpin for ZoneMatch
impl UnwindSafe for ZoneMatch
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