Enum decasify::types::TargetCase
source · pub enum TargetCase {
Lower,
Sentence,
Title,
Upper,
}Expand description
Target case selector.
Variants§
Trait Implementations§
source§impl Clone for TargetCase
impl Clone for TargetCase
source§fn clone(&self) -> TargetCase
fn clone(&self) -> TargetCase
Returns a copy 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 TargetCase
impl Debug for TargetCase
source§impl Default for TargetCase
impl Default for TargetCase
source§fn default() -> TargetCase
fn default() -> TargetCase
Returns the “default value” for a type. Read more
source§impl Display for TargetCase
impl Display for TargetCase
source§impl FromStr for TargetCase
impl FromStr for TargetCase
source§impl PartialEq<TargetCase> for TargetCase
impl PartialEq<TargetCase> for TargetCase
source§fn eq(&self, other: &TargetCase) -> bool
fn eq(&self, other: &TargetCase) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl VariantNames for TargetCase
impl VariantNames for TargetCase
impl StructuralPartialEq for TargetCase
Auto Trait Implementations§
impl RefUnwindSafe for TargetCase
impl Send for TargetCase
impl Sync for TargetCase
impl Unpin for TargetCase
impl UnwindSafe for TargetCase
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