pub struct IcpRefillApi;Expand description
IcpRefillApi
Implementations§
Source§impl IcpRefillApi
impl IcpRefillApi
pub async fn refill( request: IcpRefillRequest, ) -> Result<IcpRefillEndpointResponse, Error>
Auto Trait Implementations§
impl Freeze for IcpRefillApi
impl RefUnwindSafe for IcpRefillApi
impl Send for IcpRefillApi
impl Sync for IcpRefillApi
impl Unpin for IcpRefillApi
impl UnsafeUnpin for IcpRefillApi
impl UnwindSafe for IcpRefillApi
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