Struct weldscli_lib::GenerateOption
source · pub struct GenerateOption {
pub schema_path: PathBuf,
pub output_path: PathBuf,
pub hide_unknown_types: bool,
pub table: Option<String>,
}Fields§
§schema_path: PathBuf§output_path: PathBuf§hide_unknown_types: bool§table: Option<String>Trait Implementations§
source§impl Debug for GenerateOption
impl Debug for GenerateOption
source§impl Default for GenerateOption
impl Default for GenerateOption
source§fn default() -> GenerateOption
fn default() -> GenerateOption
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GenerateOption
impl RefUnwindSafe for GenerateOption
impl Send for GenerateOption
impl Sync for GenerateOption
impl Unpin for GenerateOption
impl UnwindSafe for GenerateOption
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