Enum applin::AutoCapitalize
source · pub enum AutoCapitalize {
Names,
Sentences,
}Variants§
Trait Implementations§
source§impl Clone for AutoCapitalize
impl Clone for AutoCapitalize
source§fn clone(&self) -> AutoCapitalize
fn clone(&self) -> AutoCapitalize
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 AutoCapitalize
impl Debug for AutoCapitalize
source§impl Default for AutoCapitalize
impl Default for AutoCapitalize
source§impl<'de> Deserialize<'de> for AutoCapitalize
impl<'de> Deserialize<'de> for AutoCapitalize
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for AutoCapitalize
impl Hash for AutoCapitalize
source§impl Ord for AutoCapitalize
impl Ord for AutoCapitalize
source§fn cmp(&self, other: &AutoCapitalize) -> Ordering
fn cmp(&self, other: &AutoCapitalize) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for AutoCapitalize
impl PartialEq for AutoCapitalize
source§fn eq(&self, other: &AutoCapitalize) -> bool
fn eq(&self, other: &AutoCapitalize) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for AutoCapitalize
impl PartialOrd for AutoCapitalize
source§fn partial_cmp(&self, other: &AutoCapitalize) -> Option<Ordering>
fn partial_cmp(&self, other: &AutoCapitalize) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for AutoCapitalize
impl Serialize for AutoCapitalize
impl Eq for AutoCapitalize
impl StructuralEq for AutoCapitalize
impl StructuralPartialEq for AutoCapitalize
Auto Trait Implementations§
impl RefUnwindSafe for AutoCapitalize
impl Send for AutoCapitalize
impl Sync for AutoCapitalize
impl Unpin for AutoCapitalize
impl UnwindSafe for AutoCapitalize
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