[][src]Struct minimum::async_dispatcher::RequiredResources

pub struct RequiredResources<T, ResourceId> where
    ResourceId: ResourceIdTrait
{ /* fields omitted */ }

Methods

impl<T, ResourceId> RequiredResources<T, ResourceId> where
    T: RequiresResources<ResourceId>,
    ResourceId: ResourceIdTrait
[src]

pub fn new() -> Self[src]

Trait Implementations

impl<T: Debug, ResourceId: Debug> Debug for RequiredResources<T, ResourceId> where
    ResourceId: ResourceIdTrait
[src]

Auto Trait Implementations

impl<T, ResourceId> Unpin for RequiredResources<T, ResourceId> where
    ResourceId: Unpin,
    T: Unpin

impl<T, ResourceId> Sync for RequiredResources<T, ResourceId> where
    T: Sync

impl<T, ResourceId> Send for RequiredResources<T, ResourceId> where
    T: Send

impl<T, ResourceId> RefUnwindSafe for RequiredResources<T, ResourceId> where
    ResourceId: RefUnwindSafe,
    T: RefUnwindSafe

impl<T, ResourceId> UnwindSafe for RequiredResources<T, ResourceId> where
    ResourceId: UnwindSafe,
    T: UnwindSafe

Blanket Implementations

impl<T> Resource for T where
    T: Any + Send + Sync
[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.

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]

impl<T> Any for T where
    T: Any
[src]

impl<T> Erased for T