pub struct QueryGenOptions {
pub schema_module_name: String,
pub schema_name: Option<String>,
}
Fields§
§schema_module_name: String
§schema_name: Option<String>
Trait Implementations§
Source§impl Debug for QueryGenOptions
impl Debug for QueryGenOptions
Source§impl Default for QueryGenOptions
impl Default for QueryGenOptions
Source§fn default() -> QueryGenOptions
fn default() -> QueryGenOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueryGenOptions
impl RefUnwindSafe for QueryGenOptions
impl Send for QueryGenOptions
impl Sync for QueryGenOptions
impl Unpin for QueryGenOptions
impl UnwindSafe for QueryGenOptions
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