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