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§impl Debug for UnknownZoneRef
impl Debug for UnknownZoneRef
impl Eq for UnknownZoneRef
Source§impl PartialEq for UnknownZoneRef
impl PartialEq 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.