Enum yaml_rust_davvid::scanner::TScalarStyle
source · pub enum TScalarStyle {
Any,
Plain,
SingleQuoted,
DoubleQuoted,
Literal,
Foled,
}
Variants§
Trait Implementations§
source§impl Clone for TScalarStyle
impl Clone for TScalarStyle
source§fn clone(&self) -> TScalarStyle
fn clone(&self) -> TScalarStyle
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 TScalarStyle
impl Debug for TScalarStyle
source§impl PartialEq<TScalarStyle> for TScalarStyle
impl PartialEq<TScalarStyle> for TScalarStyle
source§fn eq(&self, other: &TScalarStyle) -> bool
fn eq(&self, other: &TScalarStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TScalarStyle
impl Eq for TScalarStyle
impl StructuralEq for TScalarStyle
impl StructuralPartialEq for TScalarStyle
Auto Trait Implementations§
impl RefUnwindSafe for TScalarStyle
impl Send for TScalarStyle
impl Sync for TScalarStyle
impl Unpin for TScalarStyle
impl UnwindSafe for TScalarStyle
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more