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