Struct ruci::UciMoveList
source · pub struct UciMoveList(pub Vec<Uci>);Expand description
A simple Vec<UciMove> wrapper that provides FromStr and Display implementations.
Tuple Fields§
§0: Vec<Uci>Trait Implementations§
source§impl Clone for UciMoveList
impl Clone for UciMoveList
source§fn clone(&self) -> UciMoveList
fn clone(&self) -> UciMoveList
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for UciMoveList
impl Debug for UciMoveList
source§impl Display for UciMoveList
impl Display for UciMoveList
source§impl FromStr for UciMoveList
impl FromStr for UciMoveList
source§impl PartialEq for UciMoveList
impl PartialEq for UciMoveList
source§fn eq(&self, other: &UciMoveList) -> bool
fn eq(&self, other: &UciMoveList) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UciMoveList
impl StructuralPartialEq for UciMoveList
Auto Trait Implementations§
impl Freeze for UciMoveList
impl RefUnwindSafe for UciMoveList
impl Send for UciMoveList
impl Sync for UciMoveList
impl Unpin for UciMoveList
impl UnwindSafe for UciMoveList
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