pub struct BodyNode { /* private fields */ }Implementations§
Source§impl BodyNode
impl BodyNode
pub fn all_equals_equation_node( &self, ) -> impl Iterator<Item = EqualsEquationNode>
pub fn all_assert_equation_node( &self, ) -> impl Iterator<Item = AssertEquationNode>
Trait Implementations§
impl Eq for BodyNode
impl StructuralPartialEq for BodyNode
Auto Trait Implementations§
impl Freeze for BodyNode
impl !RefUnwindSafe for BodyNode
impl !Send for BodyNode
impl !Sync for BodyNode
impl Unpin for BodyNode
impl !UnwindSafe for BodyNode
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