Struct go_vm::parser::ast::BranchStmt
source · pub struct BranchStmt {
pub token_pos: usize,
pub token: Token,
pub label: Option<IdentKey>,
}
Fields§
§token_pos: usize
§token: Token
§label: Option<IdentKey>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BranchStmt
impl Send for BranchStmt
impl Sync for BranchStmt
impl Unpin for BranchStmt
impl UnwindSafe for BranchStmt
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