pub enum HasSemantics<'db> {
Event(Event<'db>),
Property(Property<'db>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'db> Freeze for HasSemantics<'db>
impl<'db> RefUnwindSafe for HasSemantics<'db>
impl<'db> Send for HasSemantics<'db>
impl<'db> Sync for HasSemantics<'db>
impl<'db> Unpin for HasSemantics<'db>
impl<'db> UnwindSafe for HasSemantics<'db>
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