pub struct imageFade;
Trait Implementations§
impl HasInputField<imageFade, Option<bool>> for UpdateSpotlightDataInput
Auto Trait Implementations§
impl Freeze for imageFade
impl RefUnwindSafe for imageFade
impl Send for imageFade
impl Sync for imageFade
impl Unpin for imageFade
impl UnwindSafe for imageFade
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