pub struct WorkflowEpisodeItem {Show 13 fields
pub manga_id: i32,
pub episode_id: i32,
pub manga_episode: Option<String>,
pub episode_name: Option<String>,
pub manga_tran_name: Option<String>,
pub category: Option<i16>,
pub member_id: Option<i32>,
pub member_name: Option<String>,
pub step_label: Option<String>,
pub match_step: Option<String>,
pub intern: Option<i32>,
pub previous_update_time: Option<DateTime<Utc>>,
pub setup_time: Option<DateTime<Utc>>,
}Expand description
工序汇总筛选结果项(稿件监控 workflowEpisodes 接口)
Fields§
§manga_id: i32漫画 ID
episode_id: i32话数 ID
manga_episode: Option<String>话数标签
episode_name: Option<String>话数名
manga_tran_name: Option<String>漫画译名
category: Option<i16>漫画分类
member_id: Option<i32>当前环节负责人 ID
member_name: Option<String>当前环节负责人昵称
step_label: Option<String>环节展示标签(翻/嵌/轴/审/发/填链接)
match_step: Option<String>匹配环节(translator / proofreader / letterer / reviewer / publishLink 等)
intern: Option<i32>组员职阶
previous_update_time: Option<DateTime<Utc>>前一环节交稿时间
setup_time: Option<DateTime<Utc>>当前环节接稿时间
Trait Implementations§
Source§impl Clone for WorkflowEpisodeItem
impl Clone for WorkflowEpisodeItem
Source§fn clone(&self) -> WorkflowEpisodeItem
fn clone(&self) -> WorkflowEpisodeItem
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 WorkflowEpisodeItem
impl Debug for WorkflowEpisodeItem
Source§impl Default for WorkflowEpisodeItem
impl Default for WorkflowEpisodeItem
Source§fn default() -> WorkflowEpisodeItem
fn default() -> WorkflowEpisodeItem
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WorkflowEpisodeItem
impl<'de> Deserialize<'de> for WorkflowEpisodeItem
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 WorkflowEpisodeItem
impl RefUnwindSafe for WorkflowEpisodeItem
impl Send for WorkflowEpisodeItem
impl Sync for WorkflowEpisodeItem
impl Unpin for WorkflowEpisodeItem
impl UnsafeUnpin for WorkflowEpisodeItem
impl UnwindSafe for WorkflowEpisodeItem
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