Struct self_github_update::backends::github::ReleaseList
source · pub struct ReleaseList { /* private fields */ }
Expand description
ReleaseList
provides a builder api for querying a GitHub repo,
returning a Vec
of available Release
s
Implementations§
Trait Implementations§
source§impl Clone for ReleaseList
impl Clone for ReleaseList
source§fn clone(&self) -> ReleaseList
fn clone(&self) -> ReleaseList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ReleaseList
impl RefUnwindSafe for ReleaseList
impl Send for ReleaseList
impl Sync for ReleaseList
impl Unpin for ReleaseList
impl UnwindSafe for ReleaseList
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more