pub enum WithStorage {
Unit,
Turret,
Factory,
}Variants§
Trait Implementations§
Source§impl Clone for WithStorage
impl Clone for WithStorage
Source§fn clone(&self) -> WithStorage
fn clone(&self) -> WithStorage
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 moreimpl Copy for WithStorage
Auto Trait Implementations§
impl Freeze for WithStorage
impl RefUnwindSafe for WithStorage
impl Send for WithStorage
impl Sync for WithStorage
impl Unpin for WithStorage
impl UnwindSafe for WithStorage
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