pub struct UrlReader { /* private fields */ }Expand description
Module used for operating on the Newsboat urls file.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UrlReader
impl RefUnwindSafe for UrlReader
impl Send for UrlReader
impl Sync for UrlReader
impl Unpin for UrlReader
impl UnwindSafe for UrlReader
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