pub struct RSSFeedOutput;
Trait Implementations§
Source§impl HasField<__typename> for RSSFeedOutput
impl HasField<__typename> for RSSFeedOutput
Source§impl HasField<data> for RSSFeedOutput
impl HasField<data> for RSSFeedOutput
Auto Trait Implementations§
impl Freeze for RSSFeedOutput
impl RefUnwindSafe for RSSFeedOutput
impl Send for RSSFeedOutput
impl Sync for RSSFeedOutput
impl Unpin for RSSFeedOutput
impl UnwindSafe for RSSFeedOutput
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