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