pub struct ChildSpawnCoordinates { /* private fields */ }Implementations§
Source§impl ChildSpawnCoordinates
impl ChildSpawnCoordinates
pub fn new( step_id: StepId, state_visit: StateVisit, state_iteration: StateIteration, step_iteration: StepIteration, ) -> Self
pub fn step_id(&self) -> &StepId
pub const fn state_visit(&self) -> StateVisit
pub const fn state_iteration(&self) -> StateIteration
pub const fn step_iteration(&self) -> StepIteration
Trait Implementations§
Source§impl Clone for ChildSpawnCoordinates
impl Clone for ChildSpawnCoordinates
Source§fn clone(&self) -> ChildSpawnCoordinates
fn clone(&self) -> ChildSpawnCoordinates
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 ChildSpawnCoordinates
impl Debug for ChildSpawnCoordinates
Source§impl<'de> Deserialize<'de> for ChildSpawnCoordinates
impl<'de> Deserialize<'de> for ChildSpawnCoordinates
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
impl Eq for ChildSpawnCoordinates
Source§impl Ord for ChildSpawnCoordinates
impl Ord for ChildSpawnCoordinates
Source§fn cmp(&self, other: &ChildSpawnCoordinates) -> Ordering
fn cmp(&self, other: &ChildSpawnCoordinates) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for ChildSpawnCoordinates
impl PartialEq for ChildSpawnCoordinates
Source§impl PartialOrd for ChildSpawnCoordinates
impl PartialOrd for ChildSpawnCoordinates
Source§impl Serialize for ChildSpawnCoordinates
impl Serialize for ChildSpawnCoordinates
impl StructuralPartialEq for ChildSpawnCoordinates
Auto Trait Implementations§
impl Freeze for ChildSpawnCoordinates
impl RefUnwindSafe for ChildSpawnCoordinates
impl Send for ChildSpawnCoordinates
impl Sync for ChildSpawnCoordinates
impl Unpin for ChildSpawnCoordinates
impl UnsafeUnpin for ChildSpawnCoordinates
impl UnwindSafe for ChildSpawnCoordinates
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