pub struct updateRSSFeed;
Trait Implementations§
Source§impl Field for updateRSSFeed
impl Field for updateRSSFeed
Source§impl HasArgument<data> for updateRSSFeed
impl HasArgument<data> for updateRSSFeed
Source§type ArgumentType = UpdateRSSFeedDataInput
type ArgumentType = UpdateRSSFeedDataInput
The schema marker type of this argument.
Source§impl HasArgument<selector> for updateRSSFeed
impl HasArgument<selector> for updateRSSFeed
Source§type ArgumentType = SelectorInput
type ArgumentType = SelectorInput
The schema marker type of this argument.
Source§impl HasField<updateRSSFeed> for Mutation
impl HasField<updateRSSFeed> for Mutation
Source§type Type = Option<RSSFeedOutput>
type Type = Option<RSSFeedOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateRSSFeed
impl RefUnwindSafe for updateRSSFeed
impl Send for updateRSSFeed
impl Sync for updateRSSFeed
impl Unpin for updateRSSFeed
impl UnwindSafe for updateRSSFeed
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