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