pub struct EnergyCell { /* private fields */ }Expand description
Represents an energy storage cell that can be charged by receiving a Sunray.
Implementations§
Trait Implementations§
Source§impl Debug for EnergyCell
impl Debug for EnergyCell
Auto Trait Implementations§
impl Freeze for EnergyCell
impl RefUnwindSafe for EnergyCell
impl Send for EnergyCell
impl Sync for EnergyCell
impl Unpin for EnergyCell
impl UnwindSafe for EnergyCell
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