pub struct GameNode {
pub tokens: Vec<SgfToken>,
}
Expand description
A game node, containing a vector of tokens
Fields§
§tokens: Vec<SgfToken>
Implementations§
Trait Implementations§
impl StructuralPartialEq for GameNode
Auto Trait Implementations§
impl Freeze for GameNode
impl RefUnwindSafe for GameNode
impl Send for GameNode
impl Sync for GameNode
impl Unpin for GameNode
impl UnwindSafe for GameNode
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