pub struct BinaryPaths {
pub schema_engine: Option<HashMap<String, String>>,
pub query_engine: Option<HashMap<String, String>>,
pub libquery_engine: Option<HashMap<String, String>>,
}Fields§
§schema_engine: Option<HashMap<String, String>>key: target, value: path
query_engine: Option<HashMap<String, String>>§libquery_engine: Option<HashMap<String, String>>Trait Implementations§
Source§impl Clone for BinaryPaths
impl Clone for BinaryPaths
Source§fn clone(&self) -> BinaryPaths
fn clone(&self) -> BinaryPaths
Returns a copy 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 BinaryPaths
impl Debug for BinaryPaths
Source§impl<'de> Deserialize<'de> for BinaryPaths
impl<'de> Deserialize<'de> for BinaryPaths
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 BinaryPaths
impl RefUnwindSafe for BinaryPaths
impl Send for BinaryPaths
impl Sync for BinaryPaths
impl Unpin for BinaryPaths
impl UnwindSafe for BinaryPaths
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