pub struct HintPreprocessor;
Trait Implementations§
Source§impl Preprocessor for HintPreprocessor
impl Preprocessor for HintPreprocessor
Auto Trait Implementations§
impl Freeze for HintPreprocessor
impl RefUnwindSafe for HintPreprocessor
impl Send for HintPreprocessor
impl Sync for HintPreprocessor
impl Unpin for HintPreprocessor
impl UnwindSafe for HintPreprocessor
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