pub enum StaticConfigType {
NoStaticConfig = 0,
StaticConfigIpv4 = 1,
StaticConfigIpv6 = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for StaticConfigType
impl Clone for StaticConfigType
Source§fn clone(&self) -> StaticConfigType
fn clone(&self) -> StaticConfigType
Returns a duplicate 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 StaticConfigType
impl Debug for StaticConfigType
Source§impl PartialEq for StaticConfigType
impl PartialEq for StaticConfigType
Source§impl TryFrom<u8> for StaticConfigType
impl TryFrom<u8> for StaticConfigType
impl Copy for StaticConfigType
impl StructuralPartialEq for StaticConfigType
Auto Trait Implementations§
impl Freeze for StaticConfigType
impl RefUnwindSafe for StaticConfigType
impl Send for StaticConfigType
impl Sync for StaticConfigType
impl Unpin for StaticConfigType
impl UnwindSafe for StaticConfigType
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