pub enum ActionUrgency {
Immediate,
IdleTime,
Deferred,
}Expand description
动作紧迫度
Variants§
Trait Implementations§
Source§impl Clone for ActionUrgency
impl Clone for ActionUrgency
Source§fn clone(&self) -> ActionUrgency
fn clone(&self) -> ActionUrgency
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 moreSource§impl Debug for ActionUrgency
impl Debug for ActionUrgency
Source§impl<'de> Deserialize<'de> for ActionUrgency
impl<'de> Deserialize<'de> for ActionUrgency
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
Source§impl PartialEq for ActionUrgency
impl PartialEq for ActionUrgency
Source§impl Serialize for ActionUrgency
impl Serialize for ActionUrgency
impl Copy for ActionUrgency
impl Eq for ActionUrgency
impl StructuralPartialEq for ActionUrgency
Auto Trait Implementations§
impl Freeze for ActionUrgency
impl RefUnwindSafe for ActionUrgency
impl Send for ActionUrgency
impl Sync for ActionUrgency
impl Unpin for ActionUrgency
impl UnsafeUnpin for ActionUrgency
impl UnwindSafe for ActionUrgency
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