Enum sgf_parse::PropertyType [−][src]
pub enum PropertyType { Move, Setup, Root, GameInfo, Inherit, }
Expand description
An SGF property type.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PropertyType
impl Send for PropertyType
impl Sync for PropertyType
impl Unpin for PropertyType
impl UnwindSafe for PropertyType
Blanket Implementations
Mutably borrows from an owned value. Read more