#[repr(C)]pub struct GithubReleaseOptions {
pub require_assets: bool,
pub pre_release: bool,
}Expand description
The options used to filter down GitHub releases.
Fields§
§require_assets: boolWhether releases without assets should be included.
pre_release: boolWhether pre-releases should be included.
Trait Implementations§
Source§impl Clone for GithubReleaseOptions
impl Clone for GithubReleaseOptions
Source§fn clone(&self) -> GithubReleaseOptions
fn clone(&self) -> GithubReleaseOptions
Returns a duplicate 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 moreSource§impl Debug for GithubReleaseOptions
impl Debug for GithubReleaseOptions
impl Copy for GithubReleaseOptions
Auto Trait Implementations§
impl Freeze for GithubReleaseOptions
impl RefUnwindSafe for GithubReleaseOptions
impl Send for GithubReleaseOptions
impl Sync for GithubReleaseOptions
impl Unpin for GithubReleaseOptions
impl UnwindSafe for GithubReleaseOptions
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