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