pub struct BytesCData<'src> { /* private fields */ }Expand description
A <![CDATA[…]]> section. Always source-borrowed in practice
(entity references inside CDATA aren’t expanded per spec).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'src> Freeze for BytesCData<'src>
impl<'src> RefUnwindSafe for BytesCData<'src>
impl<'src> Send for BytesCData<'src>
impl<'src> Sync for BytesCData<'src>
impl<'src> Unpin for BytesCData<'src>
impl<'src> UnsafeUnpin for BytesCData<'src>
impl<'src> UnwindSafe for BytesCData<'src>
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