pub struct Engine<'a, I, D> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, I, D> Freeze for Engine<'a, I, D>
impl<'a, I, D> !RefUnwindSafe for Engine<'a, I, D>
impl<'a, I, D> Send for Engine<'a, I, D>
impl<'a, I, D> Sync for Engine<'a, I, D>
impl<'a, I, D> Unpin for Engine<'a, I, D>
impl<'a, I, D> !UnwindSafe for Engine<'a, I, D>
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