Struct livesplit_core::SegmentHistory [] [src]

pub struct SegmentHistory(_);

Methods

impl SegmentHistory
[src]

Trait Implementations

impl Clone for SegmentHistory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for SegmentHistory
[src]

Returns the "default value" for a type. Read more

impl Debug for SegmentHistory
[src]

Formats the value using the given formatter.

impl<'a> IntoIterator for &'a SegmentHistory
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more