Struct distro_info::UbuntuDistroInfo[][src]

pub struct UbuntuDistroInfo { /* fields omitted */ }

Methods

impl UbuntuDistroInfo
[src]

A struct capturing the Ubuntu releases stored in /usr/share/distro-info/ubuntu.csv

Open /usr/share/distro-info/ubuntu.csv and parse the Ubuntu release data contained therein

Returns a vector of DistroReleases for Ubuntu releases that were releasedat the given date

Returns a vector of DistroReleases for Ubuntu releases that were released and supported at the given date

Returns a vector of DistroReleases for Ubuntu releases that were released but no longer supported at the given date

Returns a vector of DistroReleases for Ubuntu releases that were in development at the given date

Returns a vector of DistroReleases for Ubuntu releases that had been created at the given date

Returns a DistroRelease for the latest Ubuntu release at the given date

Trait Implementations

impl IntoIterator for UbuntuDistroInfo
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations