pub enum EscapeType {
Literal,
NonbreakingSpace,
HardLineBreak,
}Variants§
Trait Implementations§
Source§impl Debug for EscapeType
impl Debug for EscapeType
Source§impl PartialEq for EscapeType
impl PartialEq for EscapeType
impl Eq for EscapeType
impl StructuralPartialEq for EscapeType
Auto Trait Implementations§
impl Freeze for EscapeType
impl RefUnwindSafe for EscapeType
impl Send for EscapeType
impl Sync for EscapeType
impl Unpin for EscapeType
impl UnsafeUnpin for EscapeType
impl UnwindSafe for EscapeType
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