pub struct Breeder {
pub tick_of_breeding: u32,
}
Expand description
Labels hosts as breeding this year
Fields
tick_of_breeding: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Breeder
impl Send for Breeder
impl Sync for Breeder
impl Unpin for Breeder
impl UnwindSafe for Breeder
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