pub struct JudgeLearningPath {
pub learning_id: String,
}Expand description
path parameters for judgeLearning.
Fields§
§learning_id: StringIdentifier of the learning.
Trait Implementations§
Source§impl Clone for JudgeLearningPath
impl Clone for JudgeLearningPath
Source§impl Debug for JudgeLearningPath
impl Debug for JudgeLearningPath
Source§impl<'de> Deserialize<'de> for JudgeLearningPath
impl<'de> Deserialize<'de> for JudgeLearningPath
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
Source§impl PartialEq for JudgeLearningPath
impl PartialEq for JudgeLearningPath
Source§impl Serialize for JudgeLearningPath
impl Serialize for JudgeLearningPath
impl StructuralPartialEq for JudgeLearningPath
Auto Trait Implementations§
impl Freeze for JudgeLearningPath
impl RefUnwindSafe for JudgeLearningPath
impl Send for JudgeLearningPath
impl Sync for JudgeLearningPath
impl Unpin for JudgeLearningPath
impl UnsafeUnpin for JudgeLearningPath
impl UnwindSafe for JudgeLearningPath
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