Struct wasmrs_runtime::OptionalMut
source · pub struct OptionalMut<T>(_);
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for OptionalMut<T>
impl<T> Send for OptionalMut<T>where T: Send,
impl<T> Sync for OptionalMut<T>where T: Send,
impl<T> Unpin for OptionalMut<T>
impl<T> !UnwindSafe for OptionalMut<T>
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