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