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