pub struct WebSource { /* private fields */ }
Expand description
Responsible for sourcing data from the web.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebSource
impl !RefUnwindSafe for WebSource
impl Send for WebSource
impl Sync for WebSource
impl Unpin for WebSource
impl !UnwindSafe for WebSource
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