pub struct UnknownZoneRef {
pub rule_index: usize,
pub kind: ZoneReferenceKind,
pub zone_name: String,
}Expand description
One offending zone-name reference in a boundaries.rules[] entry.
Fields§
§rule_index: usizeZero-based index into boundaries.rules[].
kind: ZoneReferenceKindWhich field on the rule carries the unknown name.
zone_name: StringThe unknown zone name as authored.
Trait Implementations§
Source§impl Clone for UnknownZoneRef
impl Clone for UnknownZoneRef
Source§fn clone(&self) -> UnknownZoneRef
fn clone(&self) -> UnknownZoneRef
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UnknownZoneRef
impl Debug for UnknownZoneRef
Source§impl PartialEq for UnknownZoneRef
impl PartialEq for UnknownZoneRef
Source§fn eq(&self, other: &UnknownZoneRef) -> bool
fn eq(&self, other: &UnknownZoneRef) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for UnknownZoneRef
impl StructuralPartialEq for UnknownZoneRef
Auto Trait Implementations§
impl Freeze for UnknownZoneRef
impl RefUnwindSafe for UnknownZoneRef
impl Send for UnknownZoneRef
impl Sync for UnknownZoneRef
impl Unpin for UnknownZoneRef
impl UnsafeUnpin for UnknownZoneRef
impl UnwindSafe for UnknownZoneRef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.