pub struct MultiLWEventInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiLWEventInput
impl HasInputField<enableTotal, Option<bool>> for MultiLWEventInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiLWEventInput
impl HasInputField<terms, Option<JSON>> for MultiLWEventInput
impl InputObjectMarker for MultiLWEventInput
Auto Trait Implementations§
impl Freeze for MultiLWEventInput
impl RefUnwindSafe for MultiLWEventInput
impl Send for MultiLWEventInput
impl Sync for MultiLWEventInput
impl Unpin for MultiLWEventInput
impl UnwindSafe for MultiLWEventInput
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