pub enum RemoteReach {
None,
Fixed,
Arbitrary,
}Expand description
Which other host a capability reaches (v1.4 §2.2, the reach axis of locus).
Variants§
Trait Implementations§
Source§impl Clone for RemoteReach
impl Clone for RemoteReach
Source§fn clone(&self) -> RemoteReach
fn clone(&self) -> RemoteReach
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 RemoteReach
Source§impl Debug for RemoteReach
impl Debug for RemoteReach
Source§impl Default for RemoteReach
impl Default for RemoteReach
Source§fn default() -> RemoteReach
fn default() -> RemoteReach
Returns the “default value” for a type. Read more
impl Eq for RemoteReach
Source§impl FacetTerm for RemoteReach
impl FacetTerm for RemoteReach
Source§impl Hash for RemoteReach
impl Hash for RemoteReach
Source§impl Ord for RemoteReach
impl Ord for RemoteReach
Source§fn cmp(&self, other: &RemoteReach) -> Ordering
fn cmp(&self, other: &RemoteReach) -> 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 RemoteReach
impl PartialEq for RemoteReach
Source§impl PartialOrd for RemoteReach
impl PartialOrd for RemoteReach
impl StructuralPartialEq for RemoteReach
Auto Trait Implementations§
impl Freeze for RemoteReach
impl RefUnwindSafe for RemoteReach
impl Send for RemoteReach
impl Sync for RemoteReach
impl Unpin for RemoteReach
impl UnsafeUnpin for RemoteReach
impl UnwindSafe for RemoteReach
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.