pub struct Scanner { /* private fields */ }Expand description
Primary scanner for finding embedded protobuf descriptors
Implementations§
Source§impl Scanner
impl Scanner
Sourcepub fn with_config(config: ScannerConfig) -> Self
pub fn with_config(config: ScannerConfig) -> Self
Creates a new scanner with custom configuration
Trait Implementations§
Source§impl ScanStrategy for Scanner
impl ScanStrategy for Scanner
Auto Trait Implementations§
impl Freeze for Scanner
impl RefUnwindSafe for Scanner
impl Send for Scanner
impl Sync for Scanner
impl Unpin for Scanner
impl UnwindSafe for Scanner
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