pub struct Commentative { /* private fields */ }Implementations§
Source§impl Commentative
impl Commentative
pub fn with_paths(paths: Vec<PathBuf>) -> Self
pub fn run(&self, opts: &CommentativeOpts) -> Vec<Result<FindResult, Error>>
Auto Trait Implementations§
impl Freeze for Commentative
impl RefUnwindSafe for Commentative
impl Send for Commentative
impl Sync for Commentative
impl Unpin for Commentative
impl UnsafeUnpin for Commentative
impl UnwindSafe for Commentative
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