pub struct ApplyMultiarchHintsConfig {
pub minimum_certainty: Option<Certainty>,
pub committer: Option<String>,
pub update_changelog: bool,
pub allow_reformatting: Option<bool>,
}Expand description
Configuration options for applying multiarch hints
Fields§
§minimum_certainty: Option<Certainty>§committer: Option<String>§update_changelog: bool§allow_reformatting: Option<bool>Trait Implementations§
Source§impl Clone for ApplyMultiarchHintsConfig
impl Clone for ApplyMultiarchHintsConfig
Source§fn clone(&self) -> ApplyMultiarchHintsConfig
fn clone(&self) -> ApplyMultiarchHintsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ApplyMultiarchHintsConfig
impl Debug for ApplyMultiarchHintsConfig
Auto Trait Implementations§
impl Freeze for ApplyMultiarchHintsConfig
impl RefUnwindSafe for ApplyMultiarchHintsConfig
impl Send for ApplyMultiarchHintsConfig
impl Sync for ApplyMultiarchHintsConfig
impl Unpin for ApplyMultiarchHintsConfig
impl UnsafeUnpin for ApplyMultiarchHintsConfig
impl UnwindSafe for ApplyMultiarchHintsConfig
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