pub struct RgenConfig {
pub project: Project,
pub prefixes: BTreeMap<String, String>,
pub rdf: RdfConfig,
pub vars: BTreeMap<String, String>,
}Fields§
§project: Project§prefixes: BTreeMap<String, String>§rdf: RdfConfig§vars: BTreeMap<String, String>Trait Implementations§
Source§impl Debug for RgenConfig
impl Debug for RgenConfig
Source§impl<'de> Deserialize<'de> for RgenConfig
impl<'de> Deserialize<'de> for RgenConfig
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 RgenConfig
impl RefUnwindSafe for RgenConfig
impl Send for RgenConfig
impl Sync for RgenConfig
impl Unpin for RgenConfig
impl UnwindSafe for RgenConfig
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