pub struct NativeOperatorObjectInspection {
pub identity: NativeOperatorObjectIdentity,
pub defined_symbols: Vec<String>,
pub strong_defined_symbols: Vec<String>,
}Fields§
§identity: NativeOperatorObjectIdentity§defined_symbols: Vec<String>§strong_defined_symbols: Vec<String>Trait Implementations§
Source§impl Clone for NativeOperatorObjectInspection
impl Clone for NativeOperatorObjectInspection
Source§fn clone(&self) -> NativeOperatorObjectInspection
fn clone(&self) -> NativeOperatorObjectInspection
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 NativeOperatorObjectInspection
impl StructuralPartialEq for NativeOperatorObjectInspection
Auto Trait Implementations§
impl Freeze for NativeOperatorObjectInspection
impl RefUnwindSafe for NativeOperatorObjectInspection
impl Send for NativeOperatorObjectInspection
impl Sync for NativeOperatorObjectInspection
impl Unpin for NativeOperatorObjectInspection
impl UnsafeUnpin for NativeOperatorObjectInspection
impl UnwindSafe for NativeOperatorObjectInspection
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