pub enum FeedType {
Rss,
Atom,
Json,
Link,
Guess,
}Variants§
Trait Implementations§
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