pub struct GenerateCommand {
pub spec: PathBuf,
pub target: GenerateTarget,
pub output: PathBuf,
pub client: bool,
pub server: bool,
pub both: bool,
pub package_name: Option<String>,
pub skip_validation: bool,
}Fields§
§spec: PathBuf§target: GenerateTarget§output: PathBuf§client: bool§server: bool§both: bool§package_name: Option<String>§skip_validation: boolAuto Trait Implementations§
impl Freeze for GenerateCommand
impl RefUnwindSafe for GenerateCommand
impl Send for GenerateCommand
impl Sync for GenerateCommand
impl Unpin for GenerateCommand
impl UnsafeUnpin for GenerateCommand
impl UnwindSafe for GenerateCommand
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