pub struct Processor<'l> { /* private fields */ }
Expand description
A processor.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'l> Freeze for Processor<'l>
impl<'l> RefUnwindSafe for Processor<'l>
impl<'l> !Send for Processor<'l>
impl<'l> !Sync for Processor<'l>
impl<'l> Unpin for Processor<'l>
impl<'l> UnwindSafe for Processor<'l>
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