pub struct MCOption {
pub text: &'static str,
pub is_correct: bool,
}
Fields§
§text: &'static str
§is_correct: bool
Auto Trait Implementations§
impl Freeze for MCOption
impl RefUnwindSafe for MCOption
impl Send for MCOption
impl Sync for MCOption
impl Unpin for MCOption
impl UnwindSafe for MCOption
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