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