pub struct Shadows { /* private fields */ }Expand description
Cat allows arbitrary variable shadowing, so we have to deal with it sadly.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Shadows
impl RefUnwindSafe for Shadows
impl Send for Shadows
impl Sync for Shadows
impl Unpin 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