pub struct NativeOperatorPackageRequest {
pub spec_path: PathBuf,
pub source_root: PathBuf,
pub license_root: PathBuf,
pub source_build_receipt_path: PathBuf,
pub source_build_plan_path: PathBuf,
pub g03_catalog_path: PathBuf,
pub abi_contract_path: PathBuf,
pub output_dir: PathBuf,
pub cc: PathBuf,
pub ar: PathBuf,
}Fields§
§spec_path: PathBuf§source_root: PathBuf§license_root: PathBuf§source_build_receipt_path: PathBuf§source_build_plan_path: PathBuf§g03_catalog_path: PathBuf§abi_contract_path: PathBuf§output_dir: PathBuf§cc: PathBuf§ar: PathBufTrait Implementations§
Source§impl Clone for NativeOperatorPackageRequest
impl Clone for NativeOperatorPackageRequest
Source§fn clone(&self) -> NativeOperatorPackageRequest
fn clone(&self) -> NativeOperatorPackageRequest
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 NativeOperatorPackageRequest
impl RefUnwindSafe for NativeOperatorPackageRequest
impl Send for NativeOperatorPackageRequest
impl Sync for NativeOperatorPackageRequest
impl Unpin for NativeOperatorPackageRequest
impl UnsafeUnpin for NativeOperatorPackageRequest
impl UnwindSafe for NativeOperatorPackageRequest
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