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