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