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