pub struct BytesPi<'src> { /* private fields */ }Expand description
A processing instruction (<?target content?>).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'src> Freeze for BytesPi<'src>
impl<'src> RefUnwindSafe for BytesPi<'src>
impl<'src> Send for BytesPi<'src>
impl<'src> Sync for BytesPi<'src>
impl<'src> Unpin for BytesPi<'src>
impl<'src> UnsafeUnpin for BytesPi<'src>
impl<'src> UnwindSafe for BytesPi<'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