pub struct ScopeHere;Expand description
Type-level witness that a table exists at the head of a scope list.
Trait Implementations§
impl Copy for ScopeHere
impl<Head, Tail> ScopeContains<Head, ScopeHere> for Cons<Head, Tail>
Auto Trait Implementations§
impl Freeze for ScopeHere
impl RefUnwindSafe for ScopeHere
impl Send for ScopeHere
impl Sync for ScopeHere
impl Unpin for ScopeHere
impl UnsafeUnpin for ScopeHere
impl UnwindSafe for ScopeHere
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