Struct pfds::Queue [−][src]
pub struct Queue<E: Clone> { /* fields omitted */ }Implementations
Trait Implementations
Auto Trait Implementations
impl<E> RefUnwindSafe for Queue<E> where
E: RefUnwindSafe,
impl<E> UnwindSafe for Queue<E> where
E: RefUnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more