pub struct Processors(/* private fields */);Expand description
Operations related to Processor instances.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Processors
impl RefUnwindSafe for Processors
impl Send for Processors
impl Sync for Processors
impl Unpin for Processors
impl UnwindSafe for Processors
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