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