pub enum EscapeKind {
Html,
Xml,
Json,
Shell,
Csv,
}Variants§
Trait Implementations§
Source§impl Clone for EscapeKind
impl Clone for EscapeKind
Source§fn clone(&self) -> EscapeKind
fn clone(&self) -> EscapeKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EscapeKind
impl Debug for EscapeKind
Source§impl PartialEq for EscapeKind
impl PartialEq for EscapeKind
Source§fn eq(&self, other: &EscapeKind) -> bool
fn eq(&self, other: &EscapeKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EscapeKind
impl Eq for EscapeKind
impl StructuralPartialEq for EscapeKind
Auto Trait Implementations§
impl Freeze for EscapeKind
impl RefUnwindSafe for EscapeKind
impl Send for EscapeKind
impl Sync for EscapeKind
impl Unpin for EscapeKind
impl UnsafeUnpin for EscapeKind
impl UnwindSafe for EscapeKind
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