pub struct Distros {
pub upstream: bool,
pub fedora_rawhide: bool,
pub fedora_stable: bool,
pub centos_stream: bool,
pub hyperscale_9: bool,
pub hyperscale_10: bool,
}Expand description
Which distribution sources to check.
Fields§
§upstream: bool§fedora_rawhide: bool§fedora_stable: bool§centos_stream: bool§hyperscale_9: bool§hyperscale_10: boolImplementations§
Trait Implementations§
impl Eq for Distros
impl StructuralPartialEq for Distros
Auto Trait Implementations§
impl Freeze for Distros
impl RefUnwindSafe for Distros
impl Send for Distros
impl Sync for Distros
impl Unpin for Distros
impl UnsafeUnpin for Distros
impl UnwindSafe for Distros
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.