Struct advent_of_code_2022::day_11::Test
source · struct Test {
divisor: isize,
if_true: usize,
if_false: usize,
}
Fields§
§divisor: isize
§if_true: usize
§if_false: usize
Implementations§
Trait Implementations§
source§impl PartialEq<Test> for Test
impl PartialEq<Test> for Test
impl Copy for Test
impl Eq for Test
impl StructuralEq for Test
impl StructuralPartialEq for Test
Auto Trait Implementations§
impl RefUnwindSafe for Test
impl Send for Test
impl Sync for Test
impl Unpin for Test
impl UnwindSafe for Test
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