pub struct Rational<'tree> {
pub span: Span,
pub children: RationalChildren<'tree>,
}Fields§
§span: Span§children: RationalChildren<'tree>Trait Implementations§
impl<'tree> Eq for Rational<'tree>
impl<'tree> StructuralPartialEq for Rational<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Rational<'tree>
impl<'tree> RefUnwindSafe for Rational<'tree>
impl<'tree> Send for Rational<'tree>
impl<'tree> Sync for Rational<'tree>
impl<'tree> Unpin for Rational<'tree>
impl<'tree> UnsafeUnpin for Rational<'tree>
impl<'tree> UnwindSafe for Rational<'tree>
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