[][src]Struct cuebee::ModuleContext

pub struct ModuleContext<'m> { /* fields omitted */ }

Methods

impl<'m> ModuleContext<'m>[src]

pub fn new_module(&'m self, name: &str) -> Module<'m>[src]

pub fn clear(&mut self)[src]

Trait Implementations

impl<'m> Default for ModuleContext<'m>[src]

Auto Trait Implementations

impl<'m> !RefUnwindSafe for ModuleContext<'m>

impl<'m> !Send for ModuleContext<'m>

impl<'m> !Sync for ModuleContext<'m>

impl<'m> Unpin for ModuleContext<'m>

impl<'m> !UnwindSafe for ModuleContext<'m>

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.