pub struct Shadows { /* private fields */ }Expand description
The chosen rows one shadow declaration reads to, in authored order.
Implementations§
Trait Implementations§
Source§impl CanonicalContent for Shadows
impl CanonicalContent for Shadows
impl Eq for Shadows
impl StructuralPartialEq for Shadows
Auto Trait Implementations§
impl Freeze for Shadows
impl RefUnwindSafe for Shadows
impl Send for Shadows
impl Sync for Shadows
impl Unpin for Shadows
impl UnsafeUnpin for Shadows
impl UnwindSafe for Shadows
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