Struct ci_info::types::CiInfo [] [src]

pub struct CiInfo {
    pub vendor: Option<Vendor>,
    pub ci: bool,
}

CI info

Fields

The CI vendor

True if CI environment

Methods

impl CiInfo
[src]

[src]

Returns new instance

Trait Implementations

impl Debug for CiInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for CiInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for CiInfo
[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 Copy for CiInfo
[src]