pub struct Nth { /* private fields */ }Expand description
A parsed An+B expression: the coefficients of a·n + b.
Implementations§
Trait Implementations§
impl Copy for Nth
impl Eq for Nth
impl StructuralPartialEq for Nth
Auto Trait Implementations§
impl Freeze for Nth
impl RefUnwindSafe for Nth
impl Send for Nth
impl Sync for Nth
impl Unpin for Nth
impl UnsafeUnpin for Nth
impl UnwindSafe for Nth
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