pub struct NativeOperatorRegistration {
pub manifest_path: PathBuf,
pub artifact_path: PathBuf,
}Fields§
§manifest_path: PathBuf§artifact_path: PathBufTrait Implementations§
Source§impl Clone for NativeOperatorRegistration
impl Clone for NativeOperatorRegistration
Source§fn clone(&self) -> NativeOperatorRegistration
fn clone(&self) -> NativeOperatorRegistration
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 NativeOperatorRegistration
impl Debug for NativeOperatorRegistration
impl Eq for NativeOperatorRegistration
impl StructuralPartialEq for NativeOperatorRegistration
Auto Trait Implementations§
impl Freeze for NativeOperatorRegistration
impl RefUnwindSafe for NativeOperatorRegistration
impl Send for NativeOperatorRegistration
impl Sync for NativeOperatorRegistration
impl Unpin for NativeOperatorRegistration
impl UnsafeUnpin for NativeOperatorRegistration
impl UnwindSafe for NativeOperatorRegistration
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