pub struct SingleSpotlightOutput;
Trait Implementations§
Source§impl HasField<__typename> for SingleSpotlightOutput
impl HasField<__typename> for SingleSpotlightOutput
Source§impl HasField<result> for SingleSpotlightOutput
impl HasField<result> for SingleSpotlightOutput
Auto Trait Implementations§
impl Freeze for SingleSpotlightOutput
impl RefUnwindSafe for SingleSpotlightOutput
impl Send for SingleSpotlightOutput
impl Sync for SingleSpotlightOutput
impl Unpin for SingleSpotlightOutput
impl UnwindSafe for SingleSpotlightOutput
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