pub enum ZoneReferenceKind {
From,
Allow,
AllowTypeOnly,
CallsFrom,
}Expand description
Which BoundaryRule field carries an unknown zone name.
Variants§
From
Rule’s from field names an undefined zone.
Allow
One entry in the rule’s allow list names an undefined zone.
AllowTypeOnly
One entry in the rule’s allowTypeOnly list names an undefined zone.
CallsFrom
A boundaries.calls.forbidden[] entry’s from names an undefined zone.
Trait Implementations§
Source§impl Clone for ZoneReferenceKind
impl Clone for ZoneReferenceKind
impl Copy for ZoneReferenceKind
Source§impl Debug for ZoneReferenceKind
impl Debug for ZoneReferenceKind
impl Eq for ZoneReferenceKind
Source§impl PartialEq for ZoneReferenceKind
impl PartialEq for ZoneReferenceKind
impl StructuralPartialEq for ZoneReferenceKind
Auto Trait Implementations§
impl Freeze for ZoneReferenceKind
impl RefUnwindSafe for ZoneReferenceKind
impl Send for ZoneReferenceKind
impl Sync for ZoneReferenceKind
impl Unpin for ZoneReferenceKind
impl UnsafeUnpin for ZoneReferenceKind
impl UnwindSafe for ZoneReferenceKind
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.