pub struct LWEventOutput;
Trait Implementations§
Source§impl HasField<__typename> for LWEventOutput
impl HasField<__typename> for LWEventOutput
Source§impl HasField<data> for LWEventOutput
impl HasField<data> for LWEventOutput
Auto Trait Implementations§
impl Freeze for LWEventOutput
impl RefUnwindSafe for LWEventOutput
impl Send for LWEventOutput
impl Sync for LWEventOutput
impl Unpin for LWEventOutput
impl UnwindSafe for LWEventOutput
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