pub struct TicTacToeMarker;
Trait Implementations§
Source§impl Clone for TicTacToeMarker
impl Clone for TicTacToeMarker
Source§fn clone(&self) -> TicTacToeMarker
fn clone(&self) -> TicTacToeMarker
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 TicTacToeMarker
impl Debug for TicTacToeMarker
Source§impl Hash for TicTacToeMarker
impl Hash for TicTacToeMarker
Source§impl Ord for TicTacToeMarker
impl Ord for TicTacToeMarker
Source§fn cmp(&self, other: &TicTacToeMarker) -> Ordering
fn cmp(&self, other: &TicTacToeMarker) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TicTacToeMarker
impl PartialEq for TicTacToeMarker
Source§impl PartialOrd for TicTacToeMarker
impl PartialOrd for TicTacToeMarker
Source§impl ProtocolMarker for TicTacToeMarker
impl ProtocolMarker for TicTacToeMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) TicTacToe"
const DEBUG_NAME: &'static str = "(anonymous) TicTacToe"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = TicTacToeProxy
type Proxy = TicTacToeProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = TicTacToeRequestStream
type RequestStream = TicTacToeRequestStream
The type of the stream of requests coming into a server.
impl Copy for TicTacToeMarker
impl Eq for TicTacToeMarker
impl StructuralPartialEq for TicTacToeMarker
Auto Trait Implementations§
impl Freeze for TicTacToeMarker
impl RefUnwindSafe for TicTacToeMarker
impl Send for TicTacToeMarker
impl Sync for TicTacToeMarker
impl Unpin for TicTacToeMarker
impl UnwindSafe for TicTacToeMarker
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