Struct adventofcode_rust_2015::day15::Ingredient
source · [−]struct Ingredient {
name: String,
capacity: i64,
durability: i64,
flavor: i64,
texture: i64,
calories: i64,
}
Fields
name: String
capacity: i64
durability: i64
flavor: i64
texture: i64
calories: i64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Ingredient
impl Send for Ingredient
impl Sync for Ingredient
impl Unpin for Ingredient
impl UnwindSafe for Ingredient
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