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