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