pub enum RemoteBinding {
Na,
Pinned,
Ambient,
}Expand description
Whether a remote target is named on the command line or taken from session
state — the pinned-vs-ambient bit infra gates on (v1.4 §2.2, HP-12).
Variants§
Trait Implementations§
Source§impl Clone for RemoteBinding
impl Clone for RemoteBinding
Source§fn clone(&self) -> RemoteBinding
fn clone(&self) -> RemoteBinding
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 RemoteBinding
Source§impl Debug for RemoteBinding
impl Debug for RemoteBinding
Source§impl Default for RemoteBinding
impl Default for RemoteBinding
Source§fn default() -> RemoteBinding
fn default() -> RemoteBinding
Returns the “default value” for a type. Read more
impl Eq for RemoteBinding
Source§impl FacetTerm for RemoteBinding
impl FacetTerm for RemoteBinding
Source§impl Hash for RemoteBinding
impl Hash for RemoteBinding
Source§impl PartialEq for RemoteBinding
impl PartialEq for RemoteBinding
impl StructuralPartialEq for RemoteBinding
Auto Trait Implementations§
impl Freeze for RemoteBinding
impl RefUnwindSafe for RemoteBinding
impl Send for RemoteBinding
impl Sync for RemoteBinding
impl Unpin for RemoteBinding
impl UnsafeUnpin for RemoteBinding
impl UnwindSafe for RemoteBinding
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> 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.