pub struct DlQueryParams {
pub expression: String,
pub profile: String,
pub mode: String,
pub document_uri: Option<String>,
}Fields§
§expression: String§profile: String§mode: Stringinferred (default) or asserted
document_uri: Option<String>Trait Implementations§
Source§impl Debug for DlQueryParams
impl Debug for DlQueryParams
Source§impl<'de> Deserialize<'de> for DlQueryParams
impl<'de> Deserialize<'de> for DlQueryParams
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 DlQueryParams
impl RefUnwindSafe for DlQueryParams
impl Send for DlQueryParams
impl Sync for DlQueryParams
impl Unpin for DlQueryParams
impl UnsafeUnpin for DlQueryParams
impl UnwindSafe for DlQueryParams
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