pub struct TurnInterruptResult {
pub turn_id: Option<TurnId>,
}Fields§
§turn_id: Option<TurnId>Trait Implementations§
Source§impl Clone for TurnInterruptResult
impl Clone for TurnInterruptResult
Source§fn clone(&self) -> TurnInterruptResult
fn clone(&self) -> TurnInterruptResult
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 TurnInterruptResult
impl Debug for TurnInterruptResult
Source§impl<'de> Deserialize<'de> for TurnInterruptResult
impl<'de> Deserialize<'de> for TurnInterruptResult
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
Auto Trait Implementations§
impl Freeze for TurnInterruptResult
impl RefUnwindSafe for TurnInterruptResult
impl Send for TurnInterruptResult
impl Sync for TurnInterruptResult
impl Unpin for TurnInterruptResult
impl UnsafeUnpin for TurnInterruptResult
impl UnwindSafe for TurnInterruptResult
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