Struct wasmer_inline_c::assert::Assert
source · [−]pub struct Assert { /* private fields */ }
Expand description
Assert
is a wrapper around the assert_cmd::assert::Assert
struct.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Assert
impl Send for Assert
impl Sync for Assert
impl Unpin for Assert
impl !UnwindSafe for Assert
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more