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