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