pub struct AnPlusB(pub i32, pub i32);
Expand description
The properties that comprise an An+B syntax
Tuple Fields§
§0: i32
§1: i32
Implementations§
Trait Implementations§
impl Copy for AnPlusB
impl Eq for AnPlusB
impl StructuralPartialEq for AnPlusB
Auto Trait Implementations§
impl Freeze for AnPlusB
impl RefUnwindSafe for AnPlusB
impl Send for AnPlusB
impl Sync for AnPlusB
impl Unpin for AnPlusB
impl UnwindSafe for AnPlusB
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