[][src]Struct ohm::resources::Resources

pub struct Resources<B: Backend, R: Resource<B>> { /* fields omitted */ }

Methods

impl<B: Backend, R: Resource<B>> Resources<B, R>[src]

pub fn add(
    &mut self,
    factory: &mut Factory<B>,
    plan: R::Plan
) -> ResourceId<B, R>
[src]

pub fn reset(&mut self, factory: &mut Factory<B>)[src]

pub fn get(&self, id: &ResourceId<B, R>) -> Option<&R>[src]

pub fn destroy(self, factory: &mut Factory<B>)[src]

Trait Implementations

impl<B: Backend, R: Resource<B>> Default for Resources<B, R>[src]

impl<'a, B: Backend, R: Resource<B>> Index<&'a ResourceId<B, R>> for Resources<B, R>[src]

type Output = R

The returned type after indexing.

Auto Trait Implementations

impl<B, R> Send for Resources<B, R> where
    R: Send,
    <R as Resource<B>>::Plan: Send

impl<B, R> Sync for Resources<B, R> where
    R: Sync,
    <R as Resource<B>>::Plan: Sync

Blanket Implementations

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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 for T where
    T: ?Sized
[src]

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

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

impl<T> Supports for T[src]