pub struct TicTacToeControlHandle { /* private fields */ }
Implementations§
Source§impl TicTacToeControlHandle
impl TicTacToeControlHandle
pub fn send_on_opponent_move(&self, new_state: &GameState) -> Result<(), Error>
Trait Implementations§
Source§impl Clone for TicTacToeControlHandle
impl Clone for TicTacToeControlHandle
Source§fn clone(&self) -> TicTacToeControlHandle
fn clone(&self) -> TicTacToeControlHandle
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 moreAuto Trait Implementations§
impl Freeze for TicTacToeControlHandle
impl !RefUnwindSafe for TicTacToeControlHandle
impl Send for TicTacToeControlHandle
impl Sync for TicTacToeControlHandle
impl Unpin for TicTacToeControlHandle
impl !UnwindSafe for TicTacToeControlHandle
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