Struct adventofcode_rust_2015::day13::TableRuleset
source · [−]Fields
rules: HashMap<String, HashMap<String, i64>>
names: Vec<String>
Implementations
sourceimpl TableRuleset
impl TableRuleset
fn best_happiness(&self) -> i64
Auto Trait Implementations
impl RefUnwindSafe for TableRuleset
impl Send for TableRuleset
impl Sync for TableRuleset
impl Unpin for TableRuleset
impl UnwindSafe for TableRuleset
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