Enum yaml_rust_davvid::scanner::TEncoding
source · pub enum TEncoding {
Utf8,
}
Variants§
Utf8
Trait Implementations§
source§impl PartialEq<TEncoding> for TEncoding
impl PartialEq<TEncoding> for TEncoding
impl Copy for TEncoding
impl Eq for TEncoding
impl StructuralEq for TEncoding
impl StructuralPartialEq for TEncoding
Auto Trait Implementations§
impl RefUnwindSafe for TEncoding
impl Send for TEncoding
impl Sync for TEncoding
impl Unpin for TEncoding
impl UnwindSafe for TEncoding
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