pub struct lWEvent;
Trait Implementations§
Source§impl HasArgument<input> for lWEvent
impl HasArgument<input> for lWEvent
Source§type ArgumentType = Option<SingleLWEventInput>
type ArgumentType = Option<SingleLWEventInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for lWEvent
impl RefUnwindSafe for lWEvent
impl Send for lWEvent
impl Sync for lWEvent
impl Unpin for lWEvent
impl UnwindSafe for lWEvent
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