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