pub struct Invention;Expand description
Invention marker — implementation details are in the types and engine modules.
Implementations§
Auto Trait Implementations§
impl Freeze for Invention
impl RefUnwindSafe for Invention
impl Send for Invention
impl Sync for Invention
impl Unpin for Invention
impl UnsafeUnpin for Invention
impl UnwindSafe for Invention
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