pub struct StarterCode {
pub question_id: Box<str>,
pub id: Box<str>,
pub title: Box<str>,
pub snippets: Vec<CodeSnippet>,
}Fields§
§question_id: Box<str>§id: Box<str>§title: Box<str>§snippets: Vec<CodeSnippet>Trait Implementations§
Source§impl Debug for StarterCode
impl Debug for StarterCode
impl Eq for StarterCode
Source§impl PartialEq for StarterCode
impl PartialEq for StarterCode
impl StructuralPartialEq for StarterCode
Auto Trait Implementations§
impl Freeze for StarterCode
impl RefUnwindSafe for StarterCode
impl Send for StarterCode
impl Sync for StarterCode
impl Unpin for StarterCode
impl UnsafeUnpin for StarterCode
impl UnwindSafe for StarterCode
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