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