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