pub struct Fees { /* private fields */ }Expand description
The fee-estimate convenience surface bound to a RestClient.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Fees
impl !UnwindSafe for Fees
impl Freeze for Fees
impl Send for Fees
impl Sync for Fees
impl Unpin for Fees
impl UnsafeUnpin for Fees
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