pub struct fetchData;Trait Implementations§
Auto Trait Implementations§
impl Freeze for fetchData
impl RefUnwindSafe for fetchData
impl Send for fetchData
impl Sync for fetchData
impl Unpin for fetchData
impl UnwindSafe for fetchData
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