pub struct GotoStat {
pub label: String,
}
Fields§
§label: String
Trait Implementations§
impl StructuralPartialEq for GotoStat
Auto Trait Implementations§
impl Freeze for GotoStat
impl RefUnwindSafe for GotoStat
impl Send for GotoStat
impl Sync for GotoStat
impl Unpin for GotoStat
impl UnwindSafe for GotoStat
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