pub struct EncodingPreprocessor { /* private fields */ }
Implementations§
Source§impl EncodingPreprocessor
impl EncodingPreprocessor
pub fn new<I>(encodings: I) -> Selfwhere
I: IntoIterator<Item = RawEncoding>,
Trait Implementations§
Source§impl Debug for EncodingPreprocessor
impl Debug for EncodingPreprocessor
Source§impl Preprocessor for EncodingPreprocessor
impl Preprocessor for EncodingPreprocessor
Auto Trait Implementations§
impl Freeze for EncodingPreprocessor
impl RefUnwindSafe for EncodingPreprocessor
impl Send for EncodingPreprocessor
impl Sync for EncodingPreprocessor
impl Unpin for EncodingPreprocessor
impl UnwindSafe for EncodingPreprocessor
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