Struct saphir::RequestGuardCollection[][src]

pub struct RequestGuardCollection { /* fields omitted */ }

Methods

impl RequestGuardCollection
[src]

Trait Implementations

impl<G: 'static + RequestGuard> From<G> for RequestGuardCollection
[src]

Performs the conversion.

impl<'a, G: 'static + RequestGuard + Clone> From<&'a [G]> for RequestGuardCollection
[src]

Performs the conversion.

impl<G: 'static + RequestGuard> From<Vec<G>> for RequestGuardCollection
[src]

Performs the conversion.

impl<'a> IntoIterator for &'a RequestGuardCollection
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations