pub struct SelfPathPreprocessor;Implementations§
Source§impl SelfPathPreprocessor
impl SelfPathPreprocessor
pub fn new() -> SelfPathPreprocessor
Trait Implementations§
Source§impl Default for SelfPathPreprocessor
impl Default for SelfPathPreprocessor
Source§fn default() -> SelfPathPreprocessor
fn default() -> SelfPathPreprocessor
Returns the “default value” for a type. Read more
Source§impl Preprocessor for SelfPathPreprocessor
impl Preprocessor for SelfPathPreprocessor
Auto Trait Implementations§
impl Freeze for SelfPathPreprocessor
impl RefUnwindSafe for SelfPathPreprocessor
impl Send for SelfPathPreprocessor
impl Sync for SelfPathPreprocessor
impl Unpin for SelfPathPreprocessor
impl UnwindSafe for SelfPathPreprocessor
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