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