Struct ci_info::types::CiInfo [−][src]
CI info
Fields
vendor: Option<Vendor>
The CI vendor
ci: bool
True if CI environment
Methods
impl CiInfo[src]
impl CiInfoTrait Implementations
impl Debug for CiInfo[src]
impl Debug for CiInfofn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for CiInfo[src]
impl Clone for CiInfofn clone(&self) -> CiInfo[src]
fn clone(&self) -> CiInfoReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for CiInfo[src]
impl PartialEq for CiInfofn eq(&self, other: &CiInfo) -> bool[src]
fn eq(&self, other: &CiInfo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &CiInfo) -> bool[src]
fn ne(&self, other: &CiInfo) -> boolThis method tests for !=.
impl Copy for CiInfo[src]
impl Copy for CiInfo