pub struct PluginStats {
pub total_plugins: usize,
pub loaded_plugins: usize,
pub failed_plugins: usize,
pub warnings: usize,
}Expand description
Plugin statistics
Fields§
§total_plugins: usize§loaded_plugins: usize§failed_plugins: usize§warnings: usizeTrait Implementations§
Source§impl Clone for PluginStats
impl Clone for PluginStats
Source§fn clone(&self) -> PluginStats
fn clone(&self) -> PluginStats
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 PluginStats
impl Debug for PluginStats
Auto Trait Implementations§
impl Freeze for PluginStats
impl RefUnwindSafe for PluginStats
impl Send for PluginStats
impl Sync for PluginStats
impl Unpin for PluginStats
impl UnwindSafe for PluginStats
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