pub struct EliteCost {
pub elite1: Vec<&'static str>,
pub elite2: Vec<&'static str>,
}Expand description
干员精英化所需要的资源
Fields§
§elite1: Vec<&'static str>精 1 消耗的资源
elite2: Vec<&'static str>精 2 消耗的资源
Trait Implementations§
impl Eq for EliteCost
impl StructuralPartialEq for EliteCost
Auto Trait Implementations§
impl Freeze for EliteCost
impl RefUnwindSafe for EliteCost
impl Send for EliteCost
impl Sync for EliteCost
impl Unpin for EliteCost
impl UnwindSafe for EliteCost
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