pub struct NoShadowingRule { /* private fields */ }
Expand description
シャドウイング検出ルール
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoShadowingRule
impl RefUnwindSafe for NoShadowingRule
impl Send for NoShadowingRule
impl Sync for NoShadowingRule
impl Unpin for NoShadowingRule
impl UnwindSafe for NoShadowingRule
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