Struct collections::vec_deque::PlaceFront [] [src]

#[must_use = "places do nothing unless written to with `<-` syntax"]
pub struct PlaceFront<'a, T> where
    T: 'a, 
{ /* fields omitted */ }
🔬 This is a nightly-only experimental API. (collection_placement #30172)

struct name and placement protocol are subject to change

A place for insertion at the front of a VecDeque.

See VecDeque::place_front for details.

Trait Implementations

impl<'a, T> Debug for PlaceFront<'a, T> where
    T: 'a + Debug
[src]

[src]

Formats the value using the given formatter.

impl<'a, T> Place<T> for PlaceFront<'a, T>
[src]

[src]

🔬 This is a nightly-only experimental API. (collection_placement #30172)

placement protocol is subject to change

impl<'a, T> InPlace<T> for PlaceFront<'a, T>
[src]

🔬 This is a nightly-only experimental API. (collection_placement #30172)

placement protocol is subject to change

[src]

🔬 This is a nightly-only experimental API. (collection_placement #30172)

placement protocol is subject to change

impl<'a, T> Placer<T> for PlaceFront<'a, T>
[src]

🔬 This is a nightly-only experimental API. (collection_placement #30172)

placement protocol is subject to change

[src]

🔬 This is a nightly-only experimental API. (collection_placement #30172)

placement protocol is subject to change