pub struct Engine<K: Eq + Hash + Clone + ToString> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<K> !Freeze for Engine<K>
impl<K> !RefUnwindSafe for Engine<K>
impl<K> Send for Engine<K>where
K: Send,
impl<K> Sync for Engine<K>
impl<K> Unpin for Engine<K>where
K: Unpin,
impl<K> UnwindSafe for Engine<K>where
K: UnwindSafe,
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