pub struct spotlightSplashImageUrl;
Trait Implementations§
Source§impl Field for spotlightSplashImageUrl
impl Field for spotlightSplashImageUrl
impl HasInputField<spotlightSplashImageUrl, Option<String>> for CreateSpotlightDataInput
Auto Trait Implementations§
impl Freeze for spotlightSplashImageUrl
impl RefUnwindSafe for spotlightSplashImageUrl
impl Send for spotlightSplashImageUrl
impl Sync for spotlightSplashImageUrl
impl Unpin for spotlightSplashImageUrl
impl UnwindSafe for spotlightSplashImageUrl
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