pub struct CastlingRigths { /* private fields */ }
Expand description
CastlingRights represents all castling rights
Trait Implementations§
Source§impl Clone for CastlingRigths
impl Clone for CastlingRigths
Source§fn clone(&self) -> CastlingRigths
fn clone(&self) -> CastlingRigths
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 moreimpl Copy for CastlingRigths
Auto Trait Implementations§
impl Freeze for CastlingRigths
impl RefUnwindSafe for CastlingRigths
impl Send for CastlingRigths
impl Sync for CastlingRigths
impl Unpin for CastlingRigths
impl UnwindSafe for CastlingRigths
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