Struct swifco_rs::components::AllCandidates
source · [−]pub struct AllCandidates(pub Vec<Entity>);
Expand description
List of all candidates when a random one was chosen for management
Tuple Fields
0: Vec<Entity>
Trait Implementations
sourceimpl Debug for AllCandidates
impl Debug for AllCandidates
sourceimpl Default for AllCandidates
impl Default for AllCandidates
sourcefn default() -> AllCandidates
fn default() -> AllCandidates
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AllCandidates
impl Send for AllCandidates
impl Sync for AllCandidates
impl Unpin for AllCandidates
impl UnwindSafe for AllCandidates
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more