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