Enum solana_runtime::bank::DurableNonceFee
source · pub enum DurableNonceFee {
Valid(u64),
Invalid,
}
Variants§
Implementations§
source§impl DurableNonceFee
impl DurableNonceFee
pub fn lamports_per_signature(&self) -> Option<u64>
Trait Implementations§
source§impl Clone for DurableNonceFee
impl Clone for DurableNonceFee
source§fn clone(&self) -> DurableNonceFee
fn clone(&self) -> DurableNonceFee
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl 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§
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