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