pub struct PluginEvents {
pub progress: Vec<String>,
pub complete: Vec<String>,
}Fields§
§progress: Vec<String>§complete: Vec<String>Trait Implementations§
Source§impl Clone for PluginEvents
impl Clone for PluginEvents
Source§fn clone(&self) -> PluginEvents
fn clone(&self) -> PluginEvents
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 PluginEvents
impl Debug for PluginEvents
Source§impl Default for PluginEvents
impl Default for PluginEvents
Source§fn default() -> PluginEvents
fn default() -> PluginEvents
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PluginEvents
impl<'de> Deserialize<'de> for PluginEvents
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
Auto Trait Implementations§
impl Freeze for PluginEvents
impl RefUnwindSafe for PluginEvents
impl Send for PluginEvents
impl Sync for PluginEvents
impl Unpin for PluginEvents
impl UnsafeUnpin for PluginEvents
impl UnwindSafe for PluginEvents
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