pub struct InvalidSnakeCase;Expand description
Only one possible error: the given string was not valid snake_case.
Trait Implementations§
Source§impl Clone for InvalidSnakeCase
impl Clone for InvalidSnakeCase
Source§fn clone(&self) -> InvalidSnakeCase
fn clone(&self) -> InvalidSnakeCase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InvalidSnakeCase
impl RefUnwindSafe for InvalidSnakeCase
impl Send for InvalidSnakeCase
impl Sync for InvalidSnakeCase
impl Unpin for InvalidSnakeCase
impl UnwindSafe for InvalidSnakeCase
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