pub enum EscapeStyle {
Trigraph,
XML,
}Variants§
Auto Trait Implementations§
impl Freeze for EscapeStyle
impl RefUnwindSafe for EscapeStyle
impl Send for EscapeStyle
impl Sync for EscapeStyle
impl Unpin for EscapeStyle
impl UnsafeUnpin for EscapeStyle
impl UnwindSafe for EscapeStyle
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