pub enum RouteType {
Show 13 variants
Unspec,
Unicast,
Local,
Broadcast,
Anycast,
Multicast,
Blackhole,
Unreachable,
Prohibit,
Throw,
Nat,
Xresolve,
Other(u8),
}Variants§
Unspec
Unicast
Local
Broadcast
Anycast
Multicast
Blackhole
Unreachable
Prohibit
Throw
Nat
Xresolve
Other(u8)
Trait Implementations§
impl Copy for RouteType
impl StructuralPartialEq for RouteType
Auto Trait Implementations§
impl Freeze for RouteType
impl RefUnwindSafe for RouteType
impl Send for RouteType
impl Sync for RouteType
impl Unpin for RouteType
impl UnsafeUnpin for RouteType
impl UnwindSafe for RouteType
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