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