Struct donet_core::dcswitch::interim::SwitchCase
source · pub struct SwitchCase {
pub breaks: bool,
pub value: Vec<u8>,
}
Fields§
§breaks: bool
§value: Vec<u8>
Implementations§
source§impl SwitchCase
impl SwitchCase
fn add_case_field(&mut self)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SwitchCase
impl RefUnwindSafe for SwitchCase
impl Send for SwitchCase
impl Sync for SwitchCase
impl Unpin for SwitchCase
impl UnwindSafe for SwitchCase
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