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