pub struct NativeOperatorPackageSpecRequest {
pub definition_path: PathBuf,
pub g03_catalog_path: PathBuf,
pub output_path: PathBuf,
}Fields§
§definition_path: PathBuf§g03_catalog_path: PathBuf§output_path: PathBufTrait Implementations§
Source§impl Clone for NativeOperatorPackageSpecRequest
impl Clone for NativeOperatorPackageSpecRequest
Source§fn clone(&self) -> NativeOperatorPackageSpecRequest
fn clone(&self) -> NativeOperatorPackageSpecRequest
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 NativeOperatorPackageSpecRequest
impl RefUnwindSafe for NativeOperatorPackageSpecRequest
impl Send for NativeOperatorPackageSpecRequest
impl Sync for NativeOperatorPackageSpecRequest
impl Unpin for NativeOperatorPackageSpecRequest
impl UnsafeUnpin for NativeOperatorPackageSpecRequest
impl UnwindSafe for NativeOperatorPackageSpecRequest
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