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