[][src]Struct eureka::Eureka

pub struct Eureka<FH: ConfigManagement + FileManagement, W: Print + PrintColor, R: ReadInput> { /* fields omitted */ }

Implementations

impl<FH, W, R> Eureka<FH, W, R> where
    FH: ConfigManagement + FileManagement,
    W: Print + PrintColor,
    R: ReadInput
[src]

pub fn new(fh: FH, printer: W, reader: R) -> Self[src]

pub fn run(&mut self, opts: EurekaOptions) -> Result<()>[src]

Auto Trait Implementations

impl<FH, W, R> RefUnwindSafe for Eureka<FH, W, R> where
    FH: RefUnwindSafe,
    R: RefUnwindSafe,
    W: RefUnwindSafe

impl<FH, W, R> Send for Eureka<FH, W, R> where
    FH: Send,
    R: Send,
    W: Send

impl<FH, W, R> !Sync for Eureka<FH, W, R>

impl<FH, W, R> Unpin for Eureka<FH, W, R> where
    FH: Unpin,
    R: Unpin,
    W: Unpin

impl<FH, W, R> UnwindSafe for Eureka<FH, W, R> where
    FH: UnwindSafe,
    R: UnwindSafe,
    W: UnwindSafe

Blanket Implementations

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

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

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

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

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

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.