pub enum GasSpeed {
Slow,
Standard,
Fast,
Urgent,
}Expand description
Gas speed tier.
Variants§
Slow
Economy tier (~10th percentile).
Standard
Standard tier (~50th percentile).
Fast
Fast tier (~90th percentile).
Urgent
Urgent tier (~99th percentile).
Trait Implementations§
impl Copy for GasSpeed
impl Eq for GasSpeed
impl StructuralPartialEq for GasSpeed
Auto Trait Implementations§
impl Freeze for GasSpeed
impl RefUnwindSafe for GasSpeed
impl Send for GasSpeed
impl Sync for GasSpeed
impl Unpin for GasSpeed
impl UnsafeUnpin for GasSpeed
impl UnwindSafe for GasSpeed
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