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