Struct self_update::backends::github::ReleaseList [] [src]

pub struct ReleaseList { /* fields omitted */ }

ReleaseList provides a builder api for querying a GitHub repo, returning a Vec of available Releases

Methods

impl ReleaseList
[src]

Initialize a ReleaseListBuilder

Retrieve a list of Releases. If specified, filter for those containing a specified target

Trait Implementations

impl Clone for ReleaseList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReleaseList
[src]

Formats the value using the given formatter.