pub struct Raw<'s>(/* private fields */);
Expand description
A raw (unencoded) html string
Trait Implementations§
Auto Trait Implementations§
impl<'s> Freeze for Raw<'s>
impl<'s> RefUnwindSafe for Raw<'s>
impl<'s> Send for Raw<'s>
impl<'s> Sync for Raw<'s>
impl<'s> Unpin for Raw<'s>
impl<'s> UnwindSafe for Raw<'s>
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