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