pub enum ParsableCase {
Upper,
Lower,
}Variants§
Trait Implementations§
Source§impl Clone for ParsableCase
impl Clone for ParsableCase
Source§fn clone(&self) -> ParsableCase
fn clone(&self) -> ParsableCase
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 moreSource§impl Debug for ParsableCase
impl Debug for ParsableCase
Source§impl From<ParsableCase> for Case
impl From<ParsableCase> for Case
Source§fn from(value: ParsableCase) -> Self
fn from(value: ParsableCase) -> Self
Converts to this type from the input type.
Source§impl ValueEnum for ParsableCase
impl ValueEnum for ParsableCase
impl Copy for ParsableCase
Auto Trait Implementations§
impl Freeze for ParsableCase
impl RefUnwindSafe for ParsableCase
impl Send for ParsableCase
impl Sync for ParsableCase
impl Unpin for ParsableCase
impl UnwindSafe for ParsableCase
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