pub struct RssProcessor;
Implementations§
Source§impl RssProcessor
impl RssProcessor
pub fn new() -> RssProcessor
Trait Implementations§
Source§impl Preprocessor for RssProcessor
impl Preprocessor for RssProcessor
Auto Trait Implementations§
impl Freeze for RssProcessor
impl RefUnwindSafe for RssProcessor
impl Send for RssProcessor
impl Sync for RssProcessor
impl Unpin for RssProcessor
impl UnwindSafe for RssProcessor
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