pub struct PrimarySectionConfig {
pub neo4j_allowed: bool,
}
Expand description
Represents the [primary]
table within the Config.toml
file.
It extracts settings relevant to erpc-analysis
from this section.
Fields§
§neo4j_allowed: bool
Indicates if Neo4j database interaction is enabled.
Trait Implementations§
source§impl Debug for PrimarySectionConfig
impl Debug for PrimarySectionConfig
source§impl<'de> Deserialize<'de> for PrimarySectionConfig
impl<'de> Deserialize<'de> for PrimarySectionConfig
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 PrimarySectionConfig
impl RefUnwindSafe for PrimarySectionConfig
impl Send for PrimarySectionConfig
impl Sync for PrimarySectionConfig
impl Unpin for PrimarySectionConfig
impl UnwindSafe for PrimarySectionConfig
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