pub struct DfnsFetch { /* private fields */ }Implementations§
Source§impl DfnsFetch
impl DfnsFetch
pub fn new() -> Self
pub async fn handle_response(&self, response: Response) -> FetchResult
Trait Implementations§
Source§impl Fetch for DfnsFetch
impl Fetch for DfnsFetch
async fn execute( &self, resource: &str, options: FetchOptions<DfnsBaseApiOptions>, ) -> FetchResult
Auto Trait Implementations§
impl Freeze for DfnsFetch
impl !RefUnwindSafe for DfnsFetch
impl Send for DfnsFetch
impl Sync for DfnsFetch
impl Unpin for DfnsFetch
impl !UnwindSafe for DfnsFetch
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