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