pub enum ColonReplacementFormat {
Delete,
Dash,
SpaceDash,
SpaceDashSpace,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for ColonReplacementFormat
impl Clone for ColonReplacementFormat
Source§fn clone(&self) -> ColonReplacementFormat
fn clone(&self) -> ColonReplacementFormat
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 ColonReplacementFormat
impl Debug for ColonReplacementFormat
Source§impl Default for ColonReplacementFormat
impl Default for ColonReplacementFormat
Source§fn default() -> ColonReplacementFormat
fn default() -> ColonReplacementFormat
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ColonReplacementFormat
impl<'de> Deserialize<'de> for ColonReplacementFormat
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 ColonReplacementFormat
impl Hash for ColonReplacementFormat
Source§impl Ord for ColonReplacementFormat
impl Ord for ColonReplacementFormat
Source§fn cmp(&self, other: &ColonReplacementFormat) -> Ordering
fn cmp(&self, other: &ColonReplacementFormat) -> 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 ColonReplacementFormat
impl PartialEq for ColonReplacementFormat
Source§impl PartialOrd for ColonReplacementFormat
impl PartialOrd for ColonReplacementFormat
Source§impl Serialize for ColonReplacementFormat
impl Serialize for ColonReplacementFormat
Source§impl ToString for ColonReplacementFormat
impl ToString for ColonReplacementFormat
impl Copy for ColonReplacementFormat
impl Eq for ColonReplacementFormat
impl StructuralPartialEq for ColonReplacementFormat
Auto Trait Implementations§
impl Freeze for ColonReplacementFormat
impl RefUnwindSafe for ColonReplacementFormat
impl Send for ColonReplacementFormat
impl Sync for ColonReplacementFormat
impl Unpin for ColonReplacementFormat
impl UnwindSafe for ColonReplacementFormat
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.