pub enum SubnetRegistryQuerySource {
LocalReplica,
IcpCli,
}Expand description
SubnetRegistryQuerySource
Variants§
Trait Implementations§
Source§impl Clone for SubnetRegistryQuerySource
impl Clone for SubnetRegistryQuerySource
Source§fn clone(&self) -> SubnetRegistryQuerySource
fn clone(&self) -> SubnetRegistryQuerySource
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 SubnetRegistryQuerySource
Source§impl Debug for SubnetRegistryQuerySource
impl Debug for SubnetRegistryQuerySource
impl Eq for SubnetRegistryQuerySource
Source§impl PartialEq for SubnetRegistryQuerySource
impl PartialEq for SubnetRegistryQuerySource
Source§fn eq(&self, other: &SubnetRegistryQuerySource) -> bool
fn eq(&self, other: &SubnetRegistryQuerySource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SubnetRegistryQuerySource
Auto Trait Implementations§
impl Freeze for SubnetRegistryQuerySource
impl RefUnwindSafe for SubnetRegistryQuerySource
impl Send for SubnetRegistryQuerySource
impl Sync for SubnetRegistryQuerySource
impl Unpin for SubnetRegistryQuerySource
impl UnsafeUnpin for SubnetRegistryQuerySource
impl UnwindSafe for SubnetRegistryQuerySource
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.