pub struct AstEdge {
pub kind: Ast,
pub index: u32,
}Fields§
§kind: Ast§index: u32Trait Implementations§
impl Copy for AstEdge
impl Eq for AstEdge
impl StructuralPartialEq for AstEdge
Auto Trait Implementations§
impl Freeze for AstEdge
impl RefUnwindSafe for AstEdge
impl Send for AstEdge
impl Sync for AstEdge
impl Unpin for AstEdge
impl UnsafeUnpin for AstEdge
impl UnwindSafe for AstEdge
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