pub enum NetDestination {
Na,
Fixed,
Arbitrary,
}Expand description
Network destination (v1.4 §2.5). Same axis as locus.remote reach.
Variants§
Trait Implementations§
Source§impl Clone for NetDestination
impl Clone for NetDestination
Source§fn clone(&self) -> NetDestination
fn clone(&self) -> NetDestination
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NetDestination
Source§impl Debug for NetDestination
impl Debug for NetDestination
Source§impl Default for NetDestination
impl Default for NetDestination
Source§fn default() -> NetDestination
fn default() -> NetDestination
Returns the “default value” for a type. Read more
impl Eq for NetDestination
Source§impl FacetTerm for NetDestination
impl FacetTerm for NetDestination
Source§impl Hash for NetDestination
impl Hash for NetDestination
Source§impl Ord for NetDestination
impl Ord for NetDestination
Source§fn cmp(&self, other: &NetDestination) -> Ordering
fn cmp(&self, other: &NetDestination) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for NetDestination
impl PartialEq for NetDestination
Source§impl PartialOrd for NetDestination
impl PartialOrd for NetDestination
impl StructuralPartialEq for NetDestination
Auto Trait Implementations§
impl Freeze for NetDestination
impl RefUnwindSafe for NetDestination
impl Send for NetDestination
impl Sync for NetDestination
impl Unpin for NetDestination
impl UnsafeUnpin for NetDestination
impl UnwindSafe for NetDestination
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§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.