pub struct EvalLevelGuard(/* private fields */);Trait Implementations§
Source§impl Drop for EvalLevelGuard
impl Drop for EvalLevelGuard
Auto Trait Implementations§
impl Freeze for EvalLevelGuard
impl RefUnwindSafe for EvalLevelGuard
impl Send for EvalLevelGuard
impl Sync for EvalLevelGuard
impl Unpin for EvalLevelGuard
impl UnsafeUnpin for EvalLevelGuard
impl UnwindSafe for EvalLevelGuard
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