pub struct QueryConfig {
pub identifier_schemes: BTreeMap<String, u64>,
pub dialects: BTreeMap<String, u64>,
pub member_language: String,
}Fields§
§identifier_schemes: BTreeMap<String, u64>§dialects: BTreeMap<String, u64>§member_language: StringImplementations§
Trait Implementations§
Source§impl Clone for QueryConfig
impl Clone for QueryConfig
Source§impl Debug for QueryConfig
impl Debug for QueryConfig
Source§impl Default for QueryConfig
impl Default for QueryConfig
Source§impl<'de> Deserialize<'de> for QueryConfigwhere
QueryConfig: Default,
impl<'de> Deserialize<'de> for QueryConfigwhere
QueryConfig: Default,
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 QueryConfig
impl RefUnwindSafe for QueryConfig
impl Send for QueryConfig
impl Sync for QueryConfig
impl Unpin for QueryConfig
impl UnsafeUnpin for QueryConfig
impl UnwindSafe for QueryConfig
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