Struct tempus_cli::session::Session[][src]

pub struct Session<'a> {
    pub status: SessionStatus,
    // some fields omitted
}

Fields

status: SessionStatus

Implementations

Start the session & return the start time

End the session & return the end time

Creates the log file if it doesn’t already exist & records the start & end of the session

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.