pub struct UltraFeedEventOutput;
Trait Implementations§
Source§impl HasField<__typename> for UltraFeedEventOutput
impl HasField<__typename> for UltraFeedEventOutput
Source§impl HasField<data> for UltraFeedEventOutput
impl HasField<data> for UltraFeedEventOutput
Source§type Type = Option<UltraFeedEvent>
type Type = Option<UltraFeedEvent>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for UltraFeedEventOutput
impl RefUnwindSafe for UltraFeedEventOutput
impl Send for UltraFeedEventOutput
impl Sync for UltraFeedEventOutput
impl Unpin for UltraFeedEventOutput
impl UnwindSafe for UltraFeedEventOutput
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