pub enum FeedType {
Atom,
JSON,
RSS0,
RSS1,
RSS2,
}
Expand description
Type of a feed (RSS, Atom etc)
Variants§
Trait Implementations§
source§impl PartialEq for FeedType
impl PartialEq for FeedType
impl Eq for FeedType
impl StructuralEq for FeedType
impl StructuralPartialEq for FeedType
Auto Trait Implementations§
impl RefUnwindSafe for FeedType
impl Send for FeedType
impl Sync for FeedType
impl Unpin for FeedType
impl UnwindSafe for FeedType
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