Struct BtSwitchCase
pub struct BtSwitchCase {
pub value: BtValue,
pub label: BtLabelIdentifier,
}Expand description
A case in a switch statement.
Fields§
§value: BtValue§label: BtLabelIdentifierTrait Implementations§
Auto Trait Implementations§
impl Freeze for BtSwitchCase
impl RefUnwindSafe for BtSwitchCase
impl Send for BtSwitchCase
impl Sync for BtSwitchCase
impl Unpin for BtSwitchCase
impl UnwindSafe for BtSwitchCase
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