pub struct Declaration<'a> { /* private fields */ }
Expand description
Represents an XML declaration.
Implementations§
Source§impl<'a> Declaration<'a>
impl<'a> Declaration<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Declaration<'a>
impl<'a> RefUnwindSafe for Declaration<'a>
impl<'a> Send for Declaration<'a>
impl<'a> Sync for Declaration<'a>
impl<'a> Unpin for Declaration<'a>
impl<'a> UnwindSafe for Declaration<'a>
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