pub struct PluginTranslationReport {
pub translated_plugins: usize,
pub bridge_distribution: BTreeMap<String, usize>,
pub entries: Vec<PluginIR>,
}Fields§
§translated_plugins: usize§bridge_distribution: BTreeMap<String, usize>§entries: Vec<PluginIR>Trait Implementations§
Source§impl Clone for PluginTranslationReport
impl Clone for PluginTranslationReport
Source§fn clone(&self) -> PluginTranslationReport
fn clone(&self) -> PluginTranslationReport
Returns a duplicate of the value. Read more
1.0.0 · 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 PluginTranslationReport
impl Debug for PluginTranslationReport
Source§impl Default for PluginTranslationReport
impl Default for PluginTranslationReport
Source§fn default() -> PluginTranslationReport
fn default() -> PluginTranslationReport
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PluginTranslationReport
impl<'de> Deserialize<'de> for PluginTranslationReport
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PluginTranslationReport
impl PartialEq for PluginTranslationReport
Source§impl Serialize for PluginTranslationReport
impl Serialize for PluginTranslationReport
impl Eq for PluginTranslationReport
impl StructuralPartialEq for PluginTranslationReport
Auto Trait Implementations§
impl Freeze for PluginTranslationReport
impl RefUnwindSafe for PluginTranslationReport
impl Send for PluginTranslationReport
impl Sync for PluginTranslationReport
impl Unpin for PluginTranslationReport
impl UnsafeUnpin for PluginTranslationReport
impl UnwindSafe for PluginTranslationReport
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