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: MakeSvgOptionsprint_version: boolprint_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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more