pub struct StudentReplayTestResult {
pub name: String,
pub passed: bool,
}Fields§
§name: String§passed: boolTrait Implementations§
Source§impl Clone for StudentReplayTestResult
impl Clone for StudentReplayTestResult
Source§fn clone(&self) -> StudentReplayTestResult
fn clone(&self) -> StudentReplayTestResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StudentReplayTestResult
impl Debug for StudentReplayTestResult
Source§impl<'de> Deserialize<'de> for StudentReplayTestResult
impl<'de> Deserialize<'de> for StudentReplayTestResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for StudentReplayTestResult
Source§impl PartialEq for StudentReplayTestResult
impl PartialEq for StudentReplayTestResult
Source§fn eq(&self, other: &StudentReplayTestResult) -> bool
fn eq(&self, other: &StudentReplayTestResult) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for StudentReplayTestResult
impl Serialize for StudentReplayTestResult
impl StructuralPartialEq for StudentReplayTestResult
Auto Trait Implementations§
impl Freeze for StudentReplayTestResult
impl RefUnwindSafe for StudentReplayTestResult
impl Send for StudentReplayTestResult
impl Sync for StudentReplayTestResult
impl Unpin for StudentReplayTestResult
impl UnsafeUnpin for StudentReplayTestResult
impl UnwindSafe for StudentReplayTestResult
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