pub struct UnpublishedEpisodeRow {Show 22 fields
pub episode_id: i32,
pub manga_id: i32,
pub manga_episode: Option<String>,
pub manga_episode_name: Option<String>,
pub manga_tran_name: Option<String>,
pub category: Option<i16>,
pub translator_id: Option<i32>,
pub proofreader_id: Option<i32>,
pub letterer_id: Option<i32>,
pub timer_id: Option<i32>,
pub reviewer_id: Option<i32>,
pub translator_setup_time: Option<DateTime<Utc>>,
pub translator_update_time: Option<DateTime<Utc>>,
pub proofreader_setup_time: Option<DateTime<Utc>>,
pub proofreader_update_time: Option<DateTime<Utc>>,
pub letterer_setup_time: Option<DateTime<Utc>>,
pub letterer_update_time: Option<DateTime<Utc>>,
pub timer_setup_time: Option<DateTime<Utc>>,
pub timer_update_time: Option<DateTime<Utc>>,
pub reviewer_setup_time: Option<DateTime<Utc>>,
pub reviewer_update_time: Option<DateTime<Utc>>,
pub episode_update_time: Option<DateTime<Utc>>,
}Expand description
未发布话数详情行(含流程时间)
Fields§
§episode_id: i32话数 ID
manga_id: i32漫画 ID
manga_episode: Option<String>话数标签
manga_episode_name: Option<String>话数名
manga_tran_name: Option<String>译名
category: Option<i16>漫画分类
translator_id: Option<i32>翻译者 ID
proofreader_id: Option<i32>校对者 ID
letterer_id: Option<i32>嵌字者 ID
timer_id: Option<i32>时轴 ID
reviewer_id: Option<i32>审稿者 ID
translator_setup_time: Option<DateTime<Utc>>翻译接稿时间
translator_update_time: Option<DateTime<Utc>>翻译交稿时间
proofreader_setup_time: Option<DateTime<Utc>>校对接稿时间
proofreader_update_time: Option<DateTime<Utc>>校对交稿时间
letterer_setup_time: Option<DateTime<Utc>>嵌字接稿时间
letterer_update_time: Option<DateTime<Utc>>嵌字交稿时间
timer_setup_time: Option<DateTime<Utc>>时轴接稿时间
timer_update_time: Option<DateTime<Utc>>时轴交稿时间
reviewer_setup_time: Option<DateTime<Utc>>审稿接稿时间
reviewer_update_time: Option<DateTime<Utc>>审稿交稿时间
episode_update_time: Option<DateTime<Utc>>话数更新时间
Trait Implementations§
Source§impl Clone for UnpublishedEpisodeRow
impl Clone for UnpublishedEpisodeRow
Source§fn clone(&self) -> UnpublishedEpisodeRow
fn clone(&self) -> UnpublishedEpisodeRow
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 moreAuto Trait Implementations§
impl Freeze for UnpublishedEpisodeRow
impl RefUnwindSafe for UnpublishedEpisodeRow
impl Send for UnpublishedEpisodeRow
impl Sync for UnpublishedEpisodeRow
impl Unpin for UnpublishedEpisodeRow
impl UnsafeUnpin for UnpublishedEpisodeRow
impl UnwindSafe for UnpublishedEpisodeRow
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