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