pub struct SingleSplashArtCoordinateOutput;
Trait Implementations§
Source§impl HasField<result> for SingleSplashArtCoordinateOutput
impl HasField<result> for SingleSplashArtCoordinateOutput
Source§type Type = Option<SplashArtCoordinate>
type Type = Option<SplashArtCoordinate>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SingleSplashArtCoordinateOutput
impl RefUnwindSafe for SingleSplashArtCoordinateOutput
impl Send for SingleSplashArtCoordinateOutput
impl Sync for SingleSplashArtCoordinateOutput
impl Unpin for SingleSplashArtCoordinateOutput
impl UnwindSafe for SingleSplashArtCoordinateOutput
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