pub struct ProcessorName<S: Processor> {
pub name: &'static str,
pub _phantom: PhantomData<S>,
}Fields§
§name: &'static str§_phantom: PhantomData<S>Auto Trait Implementations§
impl<S> Freeze for ProcessorName<S>
impl<S> RefUnwindSafe for ProcessorName<S>where
S: RefUnwindSafe,
impl<S> Send for ProcessorName<S>where
S: Send,
impl<S> Sync for ProcessorName<S>where
S: Sync,
impl<S> Unpin for ProcessorName<S>where
S: Unpin,
impl<S> UnwindSafe for ProcessorName<S>where
S: 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