Struct iodyn::archive_stack::AtHead [] [src]

pub struct AtHead<T: 'static + Debug + Clone + Eq + Hash, M: 'static + Debug + Clone + Eq + Hash>(pub AStack<T, M>);

Marker type for interpreting the stack as a sequence.

Assume the head of the sequence is the edit point. Rust's default Vec has the edit point at the tail of the data.

Trait Implementations

impl<T: Clone + 'static + Debug + Clone + Eq + Hash, M: Clone + 'static + Debug + Clone + Eq + Hash> Clone for AtHead<T, M>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more