Struct livesplit_core::SegmentHistory [] [src]

pub struct SegmentHistory(_);

Methods

impl SegmentHistory
[src]

[src]

[src]

Defaults to a maximum of 1

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for SegmentHistory
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for SegmentHistory
[src]

[src]

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

impl Debug for SegmentHistory
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SegmentHistory
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

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

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

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

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more