pub struct StateLeaf<'ast> {
pub span: Span<'ast>,
}Fields§
§span: Span<'ast>Trait Implementations§
impl<'ast> StructuralPartialEq for StateLeaf<'ast>
Auto Trait Implementations§
impl<'ast> Freeze for StateLeaf<'ast>
impl<'ast> RefUnwindSafe for StateLeaf<'ast>
impl<'ast> Send for StateLeaf<'ast>
impl<'ast> Sync for StateLeaf<'ast>
impl<'ast> Unpin for StateLeaf<'ast>
impl<'ast> UnwindSafe for StateLeaf<'ast>
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