pub struct SingleRSSFeedInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleRSSFeedInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleRSSFeedInput
impl HasInputField<selector, Option<SelectorInput>> for SingleRSSFeedInput
impl InputObjectMarker for SingleRSSFeedInput
Auto Trait Implementations§
impl Freeze for SingleRSSFeedInput
impl RefUnwindSafe for SingleRSSFeedInput
impl Send for SingleRSSFeedInput
impl Sync for SingleRSSFeedInput
impl Unpin for SingleRSSFeedInput
impl UnwindSafe for SingleRSSFeedInput
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