pub struct ClusterFormationState { /* private fields */ }Expand description
Stateful tracker for cluster formation. Keep this in the outer loop / world manager, not inside Field.
Trait Implementations§
Source§impl Clone for ClusterFormationState
impl Clone for ClusterFormationState
Source§fn clone(&self) -> ClusterFormationState
fn clone(&self) -> ClusterFormationState
Returns a duplicate of the value. Read more
1.0.0 · 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 ClusterFormationState
impl Debug for ClusterFormationState
Source§impl Default for ClusterFormationState
impl Default for ClusterFormationState
Source§fn default() -> ClusterFormationState
fn default() -> ClusterFormationState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ClusterFormationState
impl RefUnwindSafe for ClusterFormationState
impl Send for ClusterFormationState
impl Sync for ClusterFormationState
impl Unpin for ClusterFormationState
impl UnsafeUnpin for ClusterFormationState
impl UnwindSafe for ClusterFormationState
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