pub struct Javadoc { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Processor for Javadoc
impl Processor for Javadoc
fn name(&self) -> &str
Source§fn filter(&self, path: &Path) -> Result<bool>
fn filter(&self, path: &Path) -> Result<bool>
Return true if the given path looks like it should be processed.
Source§fn process(&self, input_path: &Path) -> Result<ProcessResult>
fn process(&self, input_path: &Path) -> Result<ProcessResult>
Process file and indicate whether modifications were made.
Source§fn initialize(&mut self) -> Result<()>
fn initialize(&mut self) -> Result<()>
Optionally, do “global” setup of the processor.
Auto Trait Implementations§
impl Freeze for Javadoc
impl RefUnwindSafe for Javadoc
impl Send for Javadoc
impl Sync for Javadoc
impl Unpin for Javadoc
impl UnwindSafe for Javadoc
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