pub struct PreprocessedText { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreprocessedText
impl RefUnwindSafe for PreprocessedText
impl Send for PreprocessedText
impl Sync for PreprocessedText
impl Unpin for PreprocessedText
impl UnwindSafe for PreprocessedText
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