pub struct PythonLibraryManifest {
pub builtins: Vec<PythonSurface>,
pub modules: Vec<PythonSurface>,
}Expand description
Generated builtin and source-library coverage for the checked matrix.
Fields§
§builtins: Vec<PythonSurface>Matrix-derived builtin coverage followed by explicit absences.
modules: Vec<PythonSurface>Matrix-derived curated module coverage followed by explicit absences.
Trait Implementations§
Source§impl Clone for PythonLibraryManifest
impl Clone for PythonLibraryManifest
Source§fn clone(&self) -> PythonLibraryManifest
fn clone(&self) -> PythonLibraryManifest
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 PythonLibraryManifest
impl Debug for PythonLibraryManifest
impl Eq for PythonLibraryManifest
Source§impl PartialEq for PythonLibraryManifest
impl PartialEq for PythonLibraryManifest
impl StructuralPartialEq for PythonLibraryManifest
Auto Trait Implementations§
impl Freeze for PythonLibraryManifest
impl RefUnwindSafe for PythonLibraryManifest
impl Send for PythonLibraryManifest
impl Sync for PythonLibraryManifest
impl Unpin for PythonLibraryManifest
impl UnsafeUnpin for PythonLibraryManifest
impl UnwindSafe for PythonLibraryManifest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.