Enum poseidon_client::Cluster
source · [−]pub enum Cluster {
LocalNet,
DevNet,
TestNet,
MainNetBeta,
}Variants
LocalNet
DevNet
TestNet
MainNetBeta
Implementations
Trait Implementations
sourceimpl BorshDeserialize for Cluster
impl BorshDeserialize for Cluster
sourceimpl BorshSerialize for Cluster
impl BorshSerialize for Cluster
sourceimpl Ord for Cluster
impl Ord for Cluster
sourceimpl PartialOrd<Cluster> for Cluster
impl PartialOrd<Cluster> for Cluster
sourcefn partial_cmp(&self, other: &Cluster) -> Option<Ordering>
fn partial_cmp(&self, other: &Cluster) -> Option<Ordering>
This method returns an ordering between self and other values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self and other) and is used by the < operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
impl Copy for Cluster
impl Eq for Cluster
impl StructuralEq for Cluster
impl StructuralPartialEq for Cluster
Auto Trait Implementations
impl RefUnwindSafe for Cluster
impl Send for Cluster
impl Sync for Cluster
impl Unpin for Cluster
impl UnwindSafe for Cluster
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more