pub struct CommentFetcher { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl LoopWriter for CommentFetcher
impl LoopWriter for CommentFetcher
Source§impl UrlConstructor for CommentFetcher
impl UrlConstructor for CommentFetcher
Auto Trait Implementations§
impl Freeze for CommentFetcher
impl !RefUnwindSafe for CommentFetcher
impl Send for CommentFetcher
impl Sync for CommentFetcher
impl Unpin for CommentFetcher
impl !UnwindSafe for CommentFetcher
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