pub struct ExpState<D: Dealloc> { /* private fields */ }
Auto Trait Implementations§
impl<D> Freeze for ExpState<D>
impl<D> RefUnwindSafe for ExpState<D>
impl<D> !Send for ExpState<D>
impl<D> !Sync for ExpState<D>
impl<D> Unpin for ExpState<D>
impl<D> UnwindSafe for ExpState<D>
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