pub struct FeaturesSection {
pub enable_callbacks: Option<bool>,
pub enable_exception_handling: Option<bool>,
pub enable_version_check: Option<bool>,
}Fields§
§enable_callbacks: Option<bool>§enable_exception_handling: Option<bool>§enable_version_check: Option<bool>Trait Implementations§
Source§impl Debug for FeaturesSection
impl Debug for FeaturesSection
Source§impl Default for FeaturesSection
impl Default for FeaturesSection
Source§fn default() -> FeaturesSection
fn default() -> FeaturesSection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FeaturesSection
impl<'de> Deserialize<'de> for FeaturesSection
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 FeaturesSection
impl RefUnwindSafe for FeaturesSection
impl Send for FeaturesSection
impl Sync for FeaturesSection
impl Unpin for FeaturesSection
impl UnwindSafe for FeaturesSection
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