pub enum Unescaped {
Unsafe(String),
Safe(String),
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unescaped
impl RefUnwindSafe for Unescaped
impl Send for Unescaped
impl Sync for Unescaped
impl Unpin for Unescaped
impl UnwindSafe for Unescaped
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