pub struct EstimateFee {
pub target_blocks: u32,
}Expand description
Query to estimate fee
Fields§
§target_blocks: u32Implementations§
Trait Implementations§
Source§impl Clone for EstimateFee
impl Clone for EstimateFee
Source§fn clone(&self) -> EstimateFee
fn clone(&self) -> EstimateFee
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for EstimateFee
impl RefUnwindSafe for EstimateFee
impl Send for EstimateFee
impl Sync for EstimateFee
impl Unpin for EstimateFee
impl UnsafeUnpin for EstimateFee
impl UnwindSafe for EstimateFee
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