pub enum DelimitersTrue {
Hash,
Star,
Empty,
}
Expand description
This is the delimiter(s) that will be used to process the input. Can be ‘#’, ‘*’, or an empty array.
Variants§
Trait Implementations§
Source§impl Clone for DelimitersTrue
impl Clone for DelimitersTrue
Source§fn clone(&self) -> DelimitersTrue
fn clone(&self) -> DelimitersTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DelimitersTrue
impl Debug for DelimitersTrue
Source§impl Default for DelimitersTrue
impl Default for DelimitersTrue
Source§fn default() -> DelimitersTrue
fn default() -> DelimitersTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DelimitersTrue
impl<'de> Deserialize<'de> for DelimitersTrue
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 DelimitersTrue
impl Hash for DelimitersTrue
Source§impl Ord for DelimitersTrue
impl Ord for DelimitersTrue
Source§fn cmp(&self, other: &DelimitersTrue) -> Ordering
fn cmp(&self, other: &DelimitersTrue) -> 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 DelimitersTrue
impl PartialEq for DelimitersTrue
Source§impl PartialOrd for DelimitersTrue
impl PartialOrd for DelimitersTrue
Source§impl Serialize for DelimitersTrue
impl Serialize for DelimitersTrue
impl Copy for DelimitersTrue
impl Eq for DelimitersTrue
impl StructuralPartialEq for DelimitersTrue
Auto Trait Implementations§
impl Freeze for DelimitersTrue
impl RefUnwindSafe for DelimitersTrue
impl Send for DelimitersTrue
impl Sync for DelimitersTrue
impl Unpin for DelimitersTrue
impl UnwindSafe for DelimitersTrue
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