[][src]Struct qutonium::core::suiter::SuiteCase

pub struct SuiteCase { /* fields omitted */ }

Implementations

impl SuiteCase[src]

pub fn new(name: &'static str) -> Self[src]

pub fn render(&mut self)[src]

pub fn render_hook(
    &mut self,
    hooks_mutex: MutexGuard<'_, Vec<Hook>>,
    hook_type: HookType
)
[src]

pub fn set_state(self, state: Arc<Mutex<State>>) -> Self[src]

Trait Implementations

impl Debug for SuiteCase[src]

Auto Trait Implementations

impl !RefUnwindSafe for SuiteCase

impl !Send for SuiteCase

impl !Sync for SuiteCase

impl Unpin for SuiteCase

impl !UnwindSafe for SuiteCase

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.