[][src]Struct typos::checks::Checks

pub struct Checks<'d, 'p> { /* fields omitted */ }

Methods

impl<'d, 'p> Checks<'d, 'p>[src]

pub fn check_filename(&self, path: &Path, report: Report) -> Result<bool, Error>[src]

pub fn check_file(
    &self,
    path: &Path,
    explicit: bool,
    report: Report
) -> Result<bool, Error>
[src]

Trait Implementations

impl<'d, 'p> Clone for Checks<'d, 'p>[src]

impl<'_, '_> Debug for Checks<'_, '_>[src]

Auto Trait Implementations

impl<'d, 'p> !Send for Checks<'d, 'p>

impl<'d, 'p> !Sync for Checks<'d, 'p>

impl<'d, 'p> Unpin for Checks<'d, 'p>

impl<'d, 'p> !UnwindSafe for Checks<'d, 'p>

impl<'d, 'p> !RefUnwindSafe for Checks<'d, 'p>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]