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