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]
fn configure() -> ReleaseListBuilder
Initialize a ReleaseListBuilder
fn fetch(self) -> Result<Vec<Release>>
Retrieve a list of Releases.
If specified, filter for those containing a specified target
Trait Implementations
impl Clone for ReleaseList[src]
fn clone(&self) -> ReleaseList
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more