pub enum FeedType {
Atom,
JSON,
RSS0,
RSS1,
RSS2,
}
Expand description
Type of a feed (RSS, Atom etc)
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FeedType
impl<'de> Deserialize<'de> for FeedType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for FeedType
impl StructuralPartialEq for FeedType
Auto Trait Implementations§
impl Freeze for FeedType
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