pub struct RawNode { /* private fields */ }Expand description
Default NodeContent struct.
It simply holds the content as is, without parsing or modifying it.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawNode
impl RefUnwindSafe for RawNode
impl Send for RawNode
impl Sync for RawNode
impl Unpin for RawNode
impl UnwindSafe for RawNode
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