pub struct ParseRoot;
Implementations§
Auto Trait Implementations§
impl Freeze for ParseRoot
impl RefUnwindSafe for ParseRoot
impl Send for ParseRoot
impl Sync for ParseRoot
impl Unpin for ParseRoot
impl UnwindSafe for ParseRoot
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