pub struct ProtobufPreprocessor;Implementations§
Source§impl ProtobufPreprocessor
impl ProtobufPreprocessor
pub fn new() -> ProtobufPreprocessor
Trait Implementations§
Source§impl Preprocessor for ProtobufPreprocessor
impl Preprocessor for ProtobufPreprocessor
Auto Trait Implementations§
impl Freeze for ProtobufPreprocessor
impl RefUnwindSafe for ProtobufPreprocessor
impl Send for ProtobufPreprocessor
impl Sync for ProtobufPreprocessor
impl Unpin for ProtobufPreprocessor
impl UnsafeUnpin for ProtobufPreprocessor
impl UnwindSafe for ProtobufPreprocessor
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