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