pub struct FeesApiClient<C: Connect> { /* private fields */ }
Implementations§
Source§impl<C: Connect> FeesApiClient<C>
impl<C: Connect> FeesApiClient<C>
pub fn new(configuration: Rc<Configuration<C>>) -> FeesApiClient<C>
Trait Implementations§
Source§impl<C: Connect> FeesApi for FeesApiClient<C>
impl<C: Connect> FeesApi for FeesApiClient<C>
fn get_recommended_fees( &self, ) -> Box<dyn Future<Item = ResponsesGetFees, Error = Error<Value>>>
Auto Trait Implementations§
impl<C> Freeze for FeesApiClient<C>
impl<C> !RefUnwindSafe for FeesApiClient<C>
impl<C> !Send for FeesApiClient<C>
impl<C> !Sync for FeesApiClient<C>
impl<C> Unpin for FeesApiClient<C>
impl<C> !UnwindSafe for FeesApiClient<C>
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