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