Enum solana_runtime::bank::DurableNonceFee
source · pub enum DurableNonceFee {
Valid(u64),
Invalid,
}
Variants
Valid(u64)
Invalid
Implementations
sourceimpl DurableNonceFee
impl DurableNonceFee
pub fn lamports_per_signature(&self) -> Option<u64>
Trait Implementations
sourceimpl Clone for DurableNonceFee
impl Clone for DurableNonceFee
sourcefn clone(&self) -> DurableNonceFee
fn clone(&self) -> DurableNonceFee
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DurableNonceFee
impl Debug for DurableNonceFee
Auto Trait Implementations
impl RefUnwindSafe for DurableNonceFee
impl Send for DurableNonceFee
impl Sync for DurableNonceFee
impl Unpin for DurableNonceFee
impl UnwindSafe for DurableNonceFee
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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