pub struct BazelExport {
pub registries: BTreeMap<String, Value>,
pub skipped: Vec<(String, String, String)>,
}Expand description
One compiled registry per tool, plus what could not be compiled and why.
Fields§
§registries: BTreeMap<String, Value>tool name → registry JSON (rules_wasm_component schema).
skipped: Vec<(String, String, String)>(tool, platform, reason) skipped — loud, never silent.
Trait Implementations§
Source§impl Clone for BazelExport
impl Clone for BazelExport
Source§fn clone(&self) -> BazelExport
fn clone(&self) -> BazelExport
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 BazelExport
impl Debug for BazelExport
impl Eq for BazelExport
Source§impl PartialEq for BazelExport
impl PartialEq for BazelExport
impl StructuralPartialEq for BazelExport
Auto Trait Implementations§
impl Freeze for BazelExport
impl RefUnwindSafe for BazelExport
impl Send for BazelExport
impl Sync for BazelExport
impl Unpin for BazelExport
impl UnsafeUnpin for BazelExport
impl UnwindSafe for BazelExport
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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