pub struct AsyncRequest<T: DeJson> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T: DeJson> AsyncRequestTick for AsyncRequest<T>
impl<T: DeJson> AsyncRequestTick for AsyncRequest<T>
Auto Trait Implementations§
impl<T> Freeze for AsyncRequest<T>
impl<T> !RefUnwindSafe for AsyncRequest<T>
impl<T> !Send for AsyncRequest<T>
impl<T> !Sync for AsyncRequest<T>
impl<T> Unpin for AsyncRequest<T>where
T: Unpin,
impl<T> !UnwindSafe for AsyncRequest<T>
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