pub struct LWEvent;
Trait Implementations§
Source§impl HasField<__typename> for LWEvent
impl HasField<__typename> for LWEvent
Source§impl HasField<documentId> for LWEvent
impl HasField<documentId> for LWEvent
Source§impl HasField<legacyData> for LWEvent
impl HasField<legacyData> for LWEvent
Source§impl HasField<properties> for LWEvent
impl HasField<properties> for LWEvent
Source§impl HasField<schemaVersion> for LWEvent
impl HasField<schemaVersion> for LWEvent
Auto Trait Implementations§
impl Freeze for LWEvent
impl RefUnwindSafe for LWEvent
impl Send for LWEvent
impl Sync for LWEvent
impl Unpin for LWEvent
impl UnwindSafe for LWEvent
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