pub enum CurateAction {
Delete,
Keep,
Merge,
Promote,
Review,
Stale,
Demote,
}Expand description
策展动作
Variants§
Delete
删除极低分记忆
Keep
保留 (不改动)
Merge
提议合并
Promote
提议升级 (activity → fact → cornerstone)
Review
需要人工审核
Stale
基石过期
Demote
降级
Trait Implementations§
Source§impl Debug for CurateAction
impl Debug for CurateAction
impl Eq for CurateAction
Source§impl PartialEq for CurateAction
impl PartialEq for CurateAction
impl StructuralPartialEq for CurateAction
Auto Trait Implementations§
impl Freeze for CurateAction
impl RefUnwindSafe for CurateAction
impl Send for CurateAction
impl Sync for CurateAction
impl Unpin for CurateAction
impl UnsafeUnpin for CurateAction
impl UnwindSafe for CurateAction
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