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