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