pub struct NativeOperatorBinaryValidation {
pub format: NativeOperatorArtifactFormat,
pub archive_members: Vec<String>,
pub defined_symbols: Vec<String>,
pub strong_defined_symbols: Vec<String>,
pub required_exports: Vec<String>,
pub matched_exports: Vec<String>,
}Fields§
§format: NativeOperatorArtifactFormat§archive_members: Vec<String>§defined_symbols: Vec<String>§strong_defined_symbols: Vec<String>§required_exports: Vec<String>§matched_exports: Vec<String>Trait Implementations§
Source§impl Clone for NativeOperatorBinaryValidation
impl Clone for NativeOperatorBinaryValidation
Source§fn clone(&self) -> NativeOperatorBinaryValidation
fn clone(&self) -> NativeOperatorBinaryValidation
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 moreimpl Eq for NativeOperatorBinaryValidation
impl StructuralPartialEq for NativeOperatorBinaryValidation
Auto Trait Implementations§
impl Freeze for NativeOperatorBinaryValidation
impl RefUnwindSafe for NativeOperatorBinaryValidation
impl Send for NativeOperatorBinaryValidation
impl Sync for NativeOperatorBinaryValidation
impl Unpin for NativeOperatorBinaryValidation
impl UnsafeUnpin for NativeOperatorBinaryValidation
impl UnwindSafe for NativeOperatorBinaryValidation
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