Struct sgf_render::args::SgfRenderArgs
source · pub struct SgfRenderArgs {
pub infile: Option<PathBuf>,
pub outfile: Option<PathBuf>,
pub options: MakeSvgOptions,
pub print_version: bool,
pub print_help: bool,
}Fields§
§infile: Option<PathBuf>§outfile: Option<PathBuf>§options: MakeSvgOptions§print_version: bool§print_help: boolTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SgfRenderArgs
impl Send for SgfRenderArgs
impl Sync for SgfRenderArgs
impl Unpin for SgfRenderArgs
impl UnwindSafe for SgfRenderArgs
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