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