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