Enum solana_cli::cluster_query::RentLengthValue
source · pub enum RentLengthValue {
Nonce,
Stake,
System,
Vote,
Bytes(usize),
}Variants§
Implementations§
Trait Implementations§
source§impl Debug for RentLengthValue
impl Debug for RentLengthValue
source§impl FromStr for RentLengthValue
impl FromStr for RentLengthValue
source§impl PartialEq for RentLengthValue
impl PartialEq for RentLengthValue
source§fn eq(&self, other: &RentLengthValue) -> bool
fn eq(&self, other: &RentLengthValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RentLengthValue
impl StructuralPartialEq for RentLengthValue
Auto Trait Implementations§
impl Freeze for RentLengthValue
impl RefUnwindSafe for RentLengthValue
impl Send for RentLengthValue
impl Sync for RentLengthValue
impl Unpin for RentLengthValue
impl UnwindSafe for RentLengthValue
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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<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§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.