pub enum ZoneMatchKind {
InZone,
InExcludedZone,
OnBorderVertex,
OnBorderSegment,
}
Variants§
Trait Implementations§
Source§impl Clone for ZoneMatchKind
impl Clone for ZoneMatchKind
Source§fn clone(&self) -> ZoneMatchKind
fn clone(&self) -> ZoneMatchKind
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ZoneMatchKind
impl Debug for ZoneMatchKind
Source§impl PartialEq for ZoneMatchKind
impl PartialEq for ZoneMatchKind
impl Copy for ZoneMatchKind
impl Eq for ZoneMatchKind
impl StructuralPartialEq for ZoneMatchKind
Auto Trait Implementations§
impl Freeze for ZoneMatchKind
impl RefUnwindSafe for ZoneMatchKind
impl Send for ZoneMatchKind
impl Sync for ZoneMatchKind
impl Unpin for ZoneMatchKind
impl UnwindSafe for ZoneMatchKind
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