pub struct NextLine(pub Number, pub Number);
Tuple Fields§
§0: Number
§1: Number
Trait Implementations§
Source§impl<'a> From<NextLine> for TypedInstruction<'a>
impl<'a> From<NextLine> for TypedInstruction<'a>
Source§impl<'a> TryFrom<TypedInstruction<'a>> for NextLine
impl<'a> TryFrom<TypedInstruction<'a>> for NextLine
impl StructuralPartialEq for NextLine
Auto Trait Implementations§
impl Freeze for NextLine
impl RefUnwindSafe for NextLine
impl Send for NextLine
impl Sync for NextLine
impl Unpin for NextLine
impl UnwindSafe for NextLine
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