pub struct CorrectBlocks {
pub blocks: Blocks,
pub answer: Vec<Vec<String>>,
}
Fields§
§blocks: Blocks
§answer: Vec<Vec<String>>
Trait Implementations§
source§impl Debug for CorrectBlocks
impl Debug for CorrectBlocks
source§impl FromIterator<CorrectBlock> for CorrectBlocks
impl FromIterator<CorrectBlock> for CorrectBlocks
source§fn from_iter<T: IntoIterator<Item = CorrectBlock>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = CorrectBlock>>(iter: T) -> Self
Creates a value from an iterator. Read more
Auto Trait Implementations§
impl Freeze for CorrectBlocks
impl RefUnwindSafe for CorrectBlocks
impl Send for CorrectBlocks
impl Sync for CorrectBlocks
impl Unpin for CorrectBlocks
impl UnwindSafe for CorrectBlocks
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