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