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