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