pub struct Engine<E: Clone + Copy + Send + 'static> {
pub tx: Sender<E>,
/* private fields */
}
Fields§
§tx: Sender<E>
Implementations§
Auto Trait Implementations§
impl<E> Freeze for Engine<E>
impl<E> !RefUnwindSafe for Engine<E>
impl<E> !Send for Engine<E>
impl<E> !Sync for Engine<E>
impl<E> Unpin for Engine<E>
impl<E> !UnwindSafe for Engine<E>
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