Enum ConfigV6
pub enum ConfigV6 {
None,
Static(StaticConfigV6),
}Available on crate feature
proto-ipv6 only.Expand description
Network stack IPv6 configuration.
Variants§
Trait Implementations§
§impl Format for ConfigV6where
StaticConfigV6: Format,
impl Format for ConfigV6where
StaticConfigV6: Format,
impl Eq for ConfigV6
impl StructuralPartialEq for ConfigV6
Auto Trait Implementations§
impl Freeze for ConfigV6
impl RefUnwindSafe for ConfigV6
impl Send for ConfigV6
impl Sync for ConfigV6
impl Unpin for ConfigV6
impl UnwindSafe for ConfigV6
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