pub struct CourseProgress {
pub last_ep_id: u64,
pub last_ep_index: String,
pub last_time: u64,
}Fields§
§last_ep_id: u64§last_ep_index: String§last_time: u64Trait Implementations§
Source§impl Clone for CourseProgress
impl Clone for CourseProgress
Source§fn clone(&self) -> CourseProgress
fn clone(&self) -> CourseProgress
Returns a duplicate of the value. Read more
1.0.0 · 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 CourseProgress
impl Debug for CourseProgress
Source§impl<'de> Deserialize<'de> for CourseProgress
impl<'de> Deserialize<'de> for CourseProgress
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
Auto Trait Implementations§
impl Freeze for CourseProgress
impl RefUnwindSafe for CourseProgress
impl Send for CourseProgress
impl Sync for CourseProgress
impl Unpin for CourseProgress
impl UnwindSafe for CourseProgress
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