pub enum ExnRefPre {}Expand description
Support for ExnRefPre disabled at compile time because the gc
cargo feature was not enabled.
Auto Trait Implementations§
impl Freeze for ExnRefPre
impl RefUnwindSafe for ExnRefPre
impl Send for ExnRefPre
impl Sync for ExnRefPre
impl Unpin for ExnRefPre
impl UnsafeUnpin for ExnRefPre
impl UnwindSafe for ExnRefPre
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