pub struct PluginPlugins {
pub active: bool,
pub dynamic: bool,
pub name: String,
}Fields§
§active: bool§dynamic: bool§name: StringTrait Implementations§
Source§impl Clone for PluginPlugins
impl Clone for PluginPlugins
Source§fn clone(&self) -> PluginPlugins
fn clone(&self) -> PluginPlugins
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 PluginPlugins
impl Debug for PluginPlugins
Source§impl<'de> Deserialize<'de> for PluginPlugins
impl<'de> Deserialize<'de> for PluginPlugins
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 PluginPlugins
impl RefUnwindSafe for PluginPlugins
impl Send for PluginPlugins
impl Sync for PluginPlugins
impl Unpin for PluginPlugins
impl UnwindSafe for PluginPlugins
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