Struct prologin::state::Plateau
[−]
[src]
pub struct Plateau<T>(pub Vec<T>);
Methods
impl<T> Plateau<T>
[src]
impl<T> Plateau<T>
Trait Implementations
impl<T: Clone> Clone for Plateau<T>
[src]
impl<T: Clone> Clone for Plateau<T>
fn clone(&self) -> Plateau<T>
[src]
fn clone(&self) -> Plateau<T>
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl<T: Debug> Debug for Plateau<T>
[src]
impl<T: Debug> Debug for Plateau<T>
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl<T> Index<Position> for Plateau<T>
[src]
impl<T> Index<Position> for Plateau<T>
type Output = T
The returned type after indexing.
fn index(&self, pos: Position) -> &T
[src]
fn index(&self, pos: Position) -> &T
Performs the indexing (container[index]
) operation.
impl<T> IndexMut<Position> for Plateau<T>
[src]
impl<T> IndexMut<Position> for Plateau<T>