pub struct RawOwned(pub String);Expand description
A raw (unencoded) html string (owned) — used by control flow blocks
Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RawOwned
impl RefUnwindSafe for RawOwned
impl Send for RawOwned
impl Sync for RawOwned
impl Unpin for RawOwned
impl UnsafeUnpin for RawOwned
impl UnwindSafe for RawOwned
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