pub struct BytesComment<'src> { /* private fields */ }Expand description
An XML comment (<!-- ... -->). The payload is the text strictly
between the delimiters.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'src> Freeze for BytesComment<'src>
impl<'src> RefUnwindSafe for BytesComment<'src>
impl<'src> Send for BytesComment<'src>
impl<'src> Sync for BytesComment<'src>
impl<'src> Unpin for BytesComment<'src>
impl<'src> UnsafeUnpin for BytesComment<'src>
impl<'src> UnwindSafe for BytesComment<'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