Struct advent_of_code_2022::day_16::Valve
source · struct Valve {
flow: usize,
links: Vec<usize>,
}
Fields§
§flow: usize
§links: Vec<usize>
Trait Implementations§
source§impl PartialEq<Valve> for Valve
impl PartialEq<Valve> for Valve
impl Eq for Valve
impl StructuralEq for Valve
impl StructuralPartialEq for Valve
Auto Trait Implementations§
impl RefUnwindSafe for Valve
impl Send for Valve
impl Sync for Valve
impl Unpin for Valve
impl UnwindSafe for Valve
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