pub struct DefaultGasOracle {}Implementations§
Source§impl DefaultGasOracle
impl DefaultGasOracle
pub fn new() -> DefaultGasOracle
Trait Implementations§
Source§impl Clone for DefaultGasOracle
impl Clone for DefaultGasOracle
Source§fn clone(&self) -> DefaultGasOracle
fn clone(&self) -> DefaultGasOracle
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 DefaultGasOracle
impl Debug for DefaultGasOracle
Source§impl Default for DefaultGasOracle
impl Default for DefaultGasOracle
Source§fn default() -> DefaultGasOracle
fn default() -> DefaultGasOracle
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultGasOracle
impl RefUnwindSafe for DefaultGasOracle
impl Send for DefaultGasOracle
impl Sync for DefaultGasOracle
impl Unpin for DefaultGasOracle
impl UnwindSafe for DefaultGasOracle
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