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