pub struct RunTickResult {
pub actions: usize,
pub snapshot: RunSnapshotDTO,
}Fields§
§actions: usize§snapshot: RunSnapshotDTOTrait Implementations§
Source§impl Clone for RunTickResult
impl Clone for RunTickResult
Source§fn clone(&self) -> RunTickResult
fn clone(&self) -> RunTickResult
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 RunTickResult
impl Debug for RunTickResult
impl Eq for RunTickResult
Source§impl PartialEq for RunTickResult
impl PartialEq for RunTickResult
Source§fn eq(&self, other: &RunTickResult) -> bool
fn eq(&self, other: &RunTickResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunTickResult
Auto Trait Implementations§
impl Freeze for RunTickResult
impl RefUnwindSafe for RunTickResult
impl Send for RunTickResult
impl Sync for RunTickResult
impl Unpin for RunTickResult
impl UnsafeUnpin for RunTickResult
impl UnwindSafe for RunTickResult
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