pub struct GameState { /* private fields */ }Expand description
The wire type corresponding to GameState.
Trait Implementations§
Source§impl Constrained for GameState
impl Constrained for GameState
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
Source§impl<'a, ___E> Encode<GameState, ___E> for &'a GameStatewhere
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<GameState, ___E> for &'a GameStatewhere
___E: InternalHandleEncoder + ?Sized,
Source§impl<___E> Encode<GameState, ___E> for GameStatewhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<GameState, ___E> for GameStatewhere
___E: InternalHandleEncoder + ?Sized,
Source§impl<___E> Encode<GameState, ___E> for GameStatewhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<GameState, ___E> for GameStatewhere
___E: InternalHandleEncoder + ?Sized,
Source§impl FromWireRef<GameState> for GameState
impl FromWireRef<GameState> for GameState
Source§fn from_wire_ref(wire: &GameState) -> GameState
fn from_wire_ref(wire: &GameState) -> GameState
Converts the given reference to this type.
Auto Trait Implementations§
impl Freeze for GameState
impl RefUnwindSafe for GameState
impl Send for GameState
impl Sync for GameState
impl Unpin for GameState
impl UnsafeUnpin for GameState
impl UnwindSafe for GameState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]