pub struct ShadowRow { /* private fields */ }Expand description
One row of the shadow roster: the chosen spelling, its standard-library path, and its shadow path.
Implementations§
Trait Implementations§
impl Copy for ShadowRow
impl Eq for ShadowRow
impl StructuralPartialEq for ShadowRow
Auto Trait Implementations§
impl Freeze for ShadowRow
impl RefUnwindSafe for ShadowRow
impl Send for ShadowRow
impl Sync for ShadowRow
impl Unpin for ShadowRow
impl UnsafeUnpin for ShadowRow
impl UnwindSafe for ShadowRow
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