Struct git2::Time [] [src]

pub struct Time {
    // some fields omitted
}

Time in a signature

Methods

impl Time
[src]

Creates a new time structure from its components.

Return the time, in seconds, from epoch

Return the timezone offset, in minutes

Trait Implementations

impl PartialEq for Time
[src]

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

This method tests for !=.

impl Eq for Time
[src]

impl Clone for Time
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Time
[src]