#[repr(C)]pub struct MazeWasmError { /* private fields */ }Expand description
Represents an error
Auto Trait Implementations§
impl Freeze for MazeWasmError
impl RefUnwindSafe for MazeWasmError
impl Send for MazeWasmError
impl Sync for MazeWasmError
impl Unpin for MazeWasmError
impl UnwindSafe for MazeWasmError
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