pub struct NonShoutySnakeCaseConst { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for NonShoutySnakeCaseConst
impl Debug for NonShoutySnakeCaseConst
Source§impl Diagnostic for NonShoutySnakeCaseConst
impl Diagnostic for NonShoutySnakeCaseConst
Source§impl From<NonShoutySnakeCaseConst> for Warning
impl From<NonShoutySnakeCaseConst> for Warning
Source§fn from(w: NonShoutySnakeCaseConst) -> Self
fn from(w: NonShoutySnakeCaseConst) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NonShoutySnakeCaseConst
impl RefUnwindSafe for NonShoutySnakeCaseConst
impl Send for NonShoutySnakeCaseConst
impl Sync for NonShoutySnakeCaseConst
impl Unpin for NonShoutySnakeCaseConst
impl UnwindSafe for NonShoutySnakeCaseConst
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