pub struct CommonOptions {
pub store: Utf8PathBuf,
pub workspace: Utf8PathBuf,
pub ref_name: String,
pub default_branch: String,
pub base_ref: Option<String>,
pub runner_os: RunnerOs,
pub compression: Option<Compression>,
pub enable_cross_os_archive: bool,
}Fields§
§store: Utf8PathBuf§workspace: Utf8PathBuf§ref_name: String§default_branch: String§base_ref: Option<String>§runner_os: RunnerOs§compression: Option<Compression>§enable_cross_os_archive: boolTrait Implementations§
Source§impl Clone for CommonOptions
impl Clone for CommonOptions
Source§fn clone(&self) -> CommonOptions
fn clone(&self) -> CommonOptions
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 moreAuto Trait Implementations§
impl Freeze for CommonOptions
impl RefUnwindSafe for CommonOptions
impl Send for CommonOptions
impl Sync for CommonOptions
impl Unpin for CommonOptions
impl UnsafeUnpin for CommonOptions
impl UnwindSafe for CommonOptions
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