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