pub struct GotoNode<'a> {
pub label: Box<'a, Node<'a>>,
}Fields§
§label: Box<'a, Node<'a>>Implementations§
Trait Implementations§
impl<'a> StructuralPartialEq for GotoNode<'a>
Auto Trait Implementations§
impl<'a> Freeze for GotoNode<'a>
impl<'a> !RefUnwindSafe for GotoNode<'a>
impl<'a> !Send for GotoNode<'a>
impl<'a> !Sync for GotoNode<'a>
impl<'a> Unpin for GotoNode<'a>
impl<'a> !UnwindSafe for GotoNode<'a>
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