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