Struct livesplit_core::time_span::TimeSpan [] [src]

pub struct TimeSpan(_);

Methods

impl TimeSpan
[src]

Trait Implementations

impl From<Duration> for TimeSpan
[src]

Performs the conversion.

impl Add for TimeSpan
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for TimeSpan
[src]

The resulting type after applying the - operator

The method for the - operator

impl Neg for TimeSpan
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl Copy for TimeSpan
[src]

impl Clone for TimeSpan
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TimeSpan
[src]

Formats the value using the given formatter.

impl Eq for TimeSpan
[src]

impl PartialEq for TimeSpan
[src]

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

This method tests for !=.

impl Ord for TimeSpan
[src]

This method returns an Ordering between self and other. Read more

impl PartialOrd for TimeSpan
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl FromStr for TimeSpan
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Default for TimeSpan
[src]

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

impl From<StdDuration> for TimeSpan
[src]

Performs the conversion.

impl AddAssign for TimeSpan
[src]

The method for the += operator

impl SubAssign for TimeSpan
[src]

The method for the -= operator