pub struct ScopeNotPresent;
Auto Trait Implementations§
impl Freeze for ScopeNotPresent
impl RefUnwindSafe for ScopeNotPresent
impl Send for ScopeNotPresent
impl Sync for ScopeNotPresent
impl Unpin for ScopeNotPresent
impl UnwindSafe for ScopeNotPresent
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