Enum core::iter::ChainState
[−]
[src]
enum ChainState {
Both,
Front,
Back,
}Variants
Both | |
Front | |
Back |
enum ChainState {
Both,
Front,
Back,
}Both | |
Front | |
Back |
impl Clone for ChainStatefn clone(&self) -> ChainStatefn clone_from(&mut self, source: &Self)