pub struct SingleLWEventInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleLWEventInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleLWEventInput
impl HasInputField<selector, Option<SelectorInput>> for SingleLWEventInput
impl InputObjectMarker for SingleLWEventInput
Auto Trait Implementations§
impl Freeze for SingleLWEventInput
impl RefUnwindSafe for SingleLWEventInput
impl Send for SingleLWEventInput
impl Sync for SingleLWEventInput
impl Unpin for SingleLWEventInput
impl UnwindSafe for SingleLWEventInput
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