pub enum PathState {
Failed,
Unknown,
Validating,
ValidatingMTU,
Validated,
}Expand description
The states about the path validation.
Variants§
Failed
The path validation failed
Unknown
No path validation has been performed.
Validating
The path is under validation.
ValidatingMTU
The remote address has been validated, but not the path MTU.
Validated
The path has been validated.
Trait Implementations§
Source§impl Ord for PathState
impl Ord for PathState
Source§impl PartialOrd for PathState
impl PartialOrd for PathState
impl Copy for PathState
impl Eq for PathState
impl StructuralPartialEq for PathState
Auto Trait Implementations§
impl Freeze for PathState
impl RefUnwindSafe for PathState
impl Send for PathState
impl Sync for PathState
impl Unpin for PathState
impl UnwindSafe for PathState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.