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