pub enum Activity {
ChangeStatus(ChangeStatus),
MultipleRecords(MultipleRecords),
Record(Record),
Review(Review),
}Expand description
活動
Variants§
ChangeStatus(ChangeStatus)
MultipleRecords(MultipleRecords)
エピソードの視聴記録の一括追加
Record(Record)
エピソードの視聴記録の追加
Review(Review)
作品の感想の作成
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Activity
impl RefUnwindSafe for Activity
impl Send for Activity
impl Sync for Activity
impl Unpin for Activity
impl UnwindSafe for Activity
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