pub struct TurnStartResponse {
pub turn: Turn,
}Fields§
§turn: TurnTrait Implementations§
Source§impl Clone for TurnStartResponse
impl Clone for TurnStartResponse
Source§fn clone(&self) -> TurnStartResponse
fn clone(&self) -> TurnStartResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TurnStartResponse
impl Debug for TurnStartResponse
Source§impl<'de> Deserialize<'de> for TurnStartResponse
impl<'de> Deserialize<'de> for TurnStartResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TurnStartResponse
impl PartialEq for TurnStartResponse
Source§fn eq(&self, other: &TurnStartResponse) -> bool
fn eq(&self, other: &TurnStartResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TurnStartResponse
impl Serialize for TurnStartResponse
impl StructuralPartialEq for TurnStartResponse
Auto Trait Implementations§
impl Freeze for TurnStartResponse
impl RefUnwindSafe for TurnStartResponse
impl Send for TurnStartResponse
impl Sync for TurnStartResponse
impl Unpin for TurnStartResponse
impl UnsafeUnpin for TurnStartResponse
impl UnwindSafe for TurnStartResponse
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