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