pub struct ArchiveOptions {
pub force: bool,
pub allow_no_status: bool,
}Expand description
How an archive treats a destination that already carries signed work (REQ-NODESTROY-001 clauses 2 and 4).
Fields§
§force: boolOverwrite a layout that already carries referrers, destroying them.
allow_no_status: boolProduce an archive even though the installing core cached no baseline line-status for this line (REQ-NOSILENT-001 clause 1).
Trait Implementations§
Source§impl Clone for ArchiveOptions
impl Clone for ArchiveOptions
Source§fn clone(&self) -> ArchiveOptions
fn clone(&self) -> ArchiveOptions
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 moreimpl Copy for ArchiveOptions
Source§impl Debug for ArchiveOptions
impl Debug for ArchiveOptions
Source§impl Default for ArchiveOptions
impl Default for ArchiveOptions
Source§fn default() -> ArchiveOptions
fn default() -> ArchiveOptions
Returns the “default value” for a type. Read more
impl Eq for ArchiveOptions
Source§impl PartialEq for ArchiveOptions
impl PartialEq for ArchiveOptions
impl StructuralPartialEq for ArchiveOptions
Auto Trait Implementations§
impl Freeze for ArchiveOptions
impl RefUnwindSafe for ArchiveOptions
impl Send for ArchiveOptions
impl Sync for ArchiveOptions
impl Unpin for ArchiveOptions
impl UnsafeUnpin for ArchiveOptions
impl UnwindSafe for ArchiveOptions
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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