#[repr(u8)]pub enum EpmpRegionKind {
Off = 0,
Tor = 1,
Na4 = 2,
Napot = 3,
}
Expand description
Represents the different EPMP region kinds.
Variants§
Trait Implementations§
Source§impl Clone for EpmpRegionKind
impl Clone for EpmpRegionKind
Source§fn clone(&self) -> EpmpRegionKind
fn clone(&self) -> EpmpRegionKind
Returns a copy of the value. Read more
1.0.0 · 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 EpmpRegionKind
impl Debug for EpmpRegionKind
Source§impl Default for EpmpRegionKind
impl Default for EpmpRegionKind
Source§fn default() -> EpmpRegionKind
fn default() -> EpmpRegionKind
Returns the “default value” for a type. Read more
Source§impl PartialEq for EpmpRegionKind
impl PartialEq for EpmpRegionKind
impl Copy for EpmpRegionKind
impl Eq for EpmpRegionKind
impl StructuralPartialEq for EpmpRegionKind
Auto Trait Implementations§
impl Freeze for EpmpRegionKind
impl RefUnwindSafe for EpmpRegionKind
impl Send for EpmpRegionKind
impl Sync for EpmpRegionKind
impl Unpin for EpmpRegionKind
impl UnwindSafe for EpmpRegionKind
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