pub struct BranchStmt {
pub token_pos: Pos,
pub token: Token,
pub label: Option<IdentKey>,
}
Fields§
§token_pos: Pos
§token: Token
§label: Option<IdentKey>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BranchStmt
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