pub enum RoutePreference {
High,
Medium,
Low,
}
Expand description
The preference for a route as defined by RFC 4191 section 2.1.
Variants§
Trait Implementations§
Source§impl Clone for RoutePreference
impl Clone for RoutePreference
Source§fn clone(&self) -> RoutePreference
fn clone(&self) -> RoutePreference
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 RoutePreference
impl Debug for RoutePreference
Source§impl Default for RoutePreference
impl Default for RoutePreference
Source§fn default() -> RoutePreference
fn default() -> RoutePreference
Returns the “default value” for a type. Read more
Source§impl From<RoutePreference> for u8
impl From<RoutePreference> for u8
Source§fn from(v: RoutePreference) -> u8
fn from(v: RoutePreference) -> u8
Converts to this type from the input type.
Source§impl PartialEq for RoutePreference
impl PartialEq for RoutePreference
Source§impl TryFrom<u8> for RoutePreference
impl TryFrom<u8> for RoutePreference
impl Copy for RoutePreference
impl Eq for RoutePreference
impl StructuralPartialEq for RoutePreference
Auto Trait Implementations§
impl Freeze for RoutePreference
impl RefUnwindSafe for RoutePreference
impl Send for RoutePreference
impl Sync for RoutePreference
impl Unpin for RoutePreference
impl UnwindSafe for RoutePreference
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)