pub struct PI<'a> {
pub target: &'a str,
pub value: Option<&'a str>,
}Expand description
Processing-instruction payload.
Fields§
§target: &'a strProcessing-instruction target.
value: Option<&'a str>Optional processing-instruction data.
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for PI<'a>
impl<'a> RefUnwindSafe for PI<'a>
impl<'a> Send for PI<'a>
impl<'a> Sync for PI<'a>
impl<'a> Unpin for PI<'a>
impl<'a> UnsafeUnpin for PI<'a>
impl<'a> UnwindSafe for PI<'a>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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