pub struct progressHistory;Trait Implementations§
Source§impl Field for progressHistory
impl Field for progressHistory
Source§impl HasField<progressHistory> for Team
impl HasField<progressHistory> for Team
Source§type Type = JSONObject
type Type = JSONObject
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for progressHistory
impl RefUnwindSafe for progressHistory
impl Send for progressHistory
impl Sync for progressHistory
impl Unpin for progressHistory
impl UnwindSafe for progressHistory
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