pub enum NativeOperatorArtifactFormat {
StaticArchive,
DynamicLibrary,
}Variants§
Trait Implementations§
Source§impl Clone for NativeOperatorArtifactFormat
impl Clone for NativeOperatorArtifactFormat
Source§fn clone(&self) -> NativeOperatorArtifactFormat
fn clone(&self) -> NativeOperatorArtifactFormat
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 NativeOperatorArtifactFormat
impl Debug for NativeOperatorArtifactFormat
impl Eq for NativeOperatorArtifactFormat
impl StructuralPartialEq for NativeOperatorArtifactFormat
Auto Trait Implementations§
impl Freeze for NativeOperatorArtifactFormat
impl RefUnwindSafe for NativeOperatorArtifactFormat
impl Send for NativeOperatorArtifactFormat
impl Sync for NativeOperatorArtifactFormat
impl Unpin for NativeOperatorArtifactFormat
impl UnsafeUnpin for NativeOperatorArtifactFormat
impl UnwindSafe for NativeOperatorArtifactFormat
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