pub struct UpdateSpotlightInput;
Trait Implementations§
impl HasInputField<data, UpdateSpotlightDataInput> for UpdateSpotlightInput
impl HasInputField<selector, SelectorInput> for UpdateSpotlightInput
impl InputObjectMarker for UpdateSpotlightInput
Auto Trait Implementations§
impl Freeze for UpdateSpotlightInput
impl RefUnwindSafe for UpdateSpotlightInput
impl Send for UpdateSpotlightInput
impl Sync for UpdateSpotlightInput
impl Unpin for UpdateSpotlightInput
impl UnwindSafe for UpdateSpotlightInput
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