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