pub struct FeatureUpdate {
pub sq: Square,
pub piece: Piece,
}Expand description
Struct representing some unmaterialised feature update made as part of a move.
Fields§
§sq: Square§piece: PieceTrait Implementations§
Source§impl Clone for FeatureUpdate
impl Clone for FeatureUpdate
Source§fn clone(&self) -> FeatureUpdate
fn clone(&self) -> FeatureUpdate
Returns a duplicate 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 FeatureUpdate
impl Debug for FeatureUpdate
Source§impl Display for FeatureUpdate
impl Display for FeatureUpdate
Source§impl PartialEq for FeatureUpdate
impl PartialEq for FeatureUpdate
impl Copy for FeatureUpdate
impl Eq for FeatureUpdate
impl StructuralPartialEq for FeatureUpdate
Auto Trait Implementations§
impl Freeze for FeatureUpdate
impl RefUnwindSafe for FeatureUpdate
impl Send for FeatureUpdate
impl Sync for FeatureUpdate
impl Unpin for FeatureUpdate
impl UnwindSafe for FeatureUpdate
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