pub struct MultiRSSFeedInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiRSSFeedInput
impl HasInputField<enableTotal, Option<bool>> for MultiRSSFeedInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiRSSFeedInput
impl HasInputField<terms, Option<JSON>> for MultiRSSFeedInput
impl InputObjectMarker for MultiRSSFeedInput
Auto Trait Implementations§
impl Freeze for MultiRSSFeedInput
impl RefUnwindSafe for MultiRSSFeedInput
impl Send for MultiRSSFeedInput
impl Sync for MultiRSSFeedInput
impl Unpin for MultiRSSFeedInput
impl UnwindSafe for MultiRSSFeedInput
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