pub struct SettingsJson {
pub enabled_plugins: Option<BTreeMap<String, Value>>,
}Expand description
Settings JSON structure
Fields§
§enabled_plugins: Option<BTreeMap<String, Value>>Trait Implementations§
Source§impl Clone for SettingsJson
impl Clone for SettingsJson
Source§fn clone(&self) -> SettingsJson
fn clone(&self) -> SettingsJson
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 SettingsJson
impl Debug for SettingsJson
Source§impl Default for SettingsJson
impl Default for SettingsJson
Source§fn default() -> SettingsJson
fn default() -> SettingsJson
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SettingsJson
impl RefUnwindSafe for SettingsJson
impl Send for SettingsJson
impl Sync for SettingsJson
impl Unpin for SettingsJson
impl UnsafeUnpin for SettingsJson
impl UnwindSafe for SettingsJson
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