pub struct MemberWorkbenchOverview {
pub pending: i32,
pub working: i32,
pub overdue: i32,
pub downloadable: i32,
pub completed: i32,
pub stationed: i32,
pub all_count: i32,
pub plan_count: i32,
pub doing_count: i32,
pub role_counts: MemberWorkbenchRoleCounts,
pub plan_role_counts: MemberWorkbenchRoleCounts,
}Expand description
工作台总览(统计卡 + Tab 计数,无需拉全量话数)
Fields§
§pending: i32待交稿:本人已接稿、未交稿且上游已完成
working: i32进行中:任一岗位已接稿(含已交)
overdue: i32超期:在做且接稿超过 60 天
downloadable: i32可下载:在做且存在上级稿件
completed: i32已完成:任一岗位已交稿
stationed: i32常驻漫画数
all_count: i32「全部」Tab 就绪在做话数
plan_count: i32计划视图话数:本人已接稿但上游未完成
doing_count: i32进行视图话数:本人已接稿且上游已完成
role_counts: MemberWorkbenchRoleCounts进行视图各岗位在做计数
plan_role_counts: MemberWorkbenchRoleCounts计划视图各岗位在做计数
Trait Implementations§
Source§impl Clone for MemberWorkbenchOverview
impl Clone for MemberWorkbenchOverview
Source§fn clone(&self) -> MemberWorkbenchOverview
fn clone(&self) -> MemberWorkbenchOverview
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 MemberWorkbenchOverview
impl Debug for MemberWorkbenchOverview
Source§impl Default for MemberWorkbenchOverview
impl Default for MemberWorkbenchOverview
Source§fn default() -> MemberWorkbenchOverview
fn default() -> MemberWorkbenchOverview
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MemberWorkbenchOverview
impl<'de> Deserialize<'de> for MemberWorkbenchOverview
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 MemberWorkbenchOverview
impl RefUnwindSafe for MemberWorkbenchOverview
impl Send for MemberWorkbenchOverview
impl Sync for MemberWorkbenchOverview
impl Unpin for MemberWorkbenchOverview
impl UnsafeUnpin for MemberWorkbenchOverview
impl UnwindSafe for MemberWorkbenchOverview
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> FutureExt for T
impl<T> FutureExt for T
§fn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
§fn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request