pub struct DeterministicImportManifest {
pub imports: BTreeSet<String>,
}Expand description
Closed deterministic imports made available to a wasm projector.
Fields§
§imports: BTreeSet<String>Fully qualified module/name imports in canonical order.
Trait Implementations§
Source§impl Clone for DeterministicImportManifest
impl Clone for DeterministicImportManifest
Source§fn clone(&self) -> DeterministicImportManifest
fn clone(&self) -> DeterministicImportManifest
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 DeterministicImportManifest
impl Debug for DeterministicImportManifest
Source§impl Default for DeterministicImportManifest
impl Default for DeterministicImportManifest
Source§fn default() -> DeterministicImportManifest
fn default() -> DeterministicImportManifest
Returns the “default value” for a type. Read more
impl Eq for DeterministicImportManifest
impl StructuralPartialEq for DeterministicImportManifest
Auto Trait Implementations§
impl Freeze for DeterministicImportManifest
impl RefUnwindSafe for DeterministicImportManifest
impl Send for DeterministicImportManifest
impl Sync for DeterministicImportManifest
impl Unpin for DeterministicImportManifest
impl UnsafeUnpin for DeterministicImportManifest
impl UnwindSafe for DeterministicImportManifest
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