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