pub struct QueryOption { /* private fields */ }
Implementations§
Source§impl QueryOption
impl QueryOption
pub fn with_options(options: FilterOption) -> Self
pub fn with_package(package: String) -> Self
pub fn with_module(package: String, module: String) -> Self
pub fn with_strutc_type(struct_type: String) -> Self
Trait Implementations§
Source§impl Default for QueryOption
impl Default for QueryOption
Source§impl<'de> Deserialize<'de> for QueryOption
impl<'de> Deserialize<'de> for QueryOption
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 QueryOption
impl RefUnwindSafe for QueryOption
impl Send for QueryOption
impl Sync for QueryOption
impl Unpin for QueryOption
impl UnwindSafe for QueryOption
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