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