pub struct Characters {
pub names: Vec<&'static str>,
pub costs: Vec<usize>,
}Fields§
§names: Vec<&'static str>§costs: Vec<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Characters
impl RefUnwindSafe for Characters
impl Send for Characters
impl Sync for Characters
impl Unpin for Characters
impl UnwindSafe for Characters
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