pub struct PluginsState {
pub installation_status: PluginInstallationStatus,
pub needs_refresh: bool,
}Expand description
Plugin state within AppState
Fields§
§installation_status: PluginInstallationStatus§needs_refresh: boolTrait Implementations§
Source§impl Clone for PluginsState
impl Clone for PluginsState
Source§fn clone(&self) -> PluginsState
fn clone(&self) -> PluginsState
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 PluginsState
impl Debug for PluginsState
Source§impl Default for PluginsState
impl Default for PluginsState
Source§fn default() -> PluginsState
fn default() -> PluginsState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PluginsState
impl RefUnwindSafe for PluginsState
impl Send for PluginsState
impl Sync for PluginsState
impl Unpin for PluginsState
impl UnsafeUnpin for PluginsState
impl UnwindSafe for PluginsState
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