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