pub enum WorkDurability {
Durable,
Ephemeral,
}Variants§
Trait Implementations§
Source§impl Clone for WorkDurability
impl Clone for WorkDurability
Source§fn clone(&self) -> WorkDurability
fn clone(&self) -> WorkDurability
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 moreimpl Copy for WorkDurability
Source§impl Debug for WorkDurability
impl Debug for WorkDurability
Source§impl<'de> Deserialize<'de> for WorkDurability
impl<'de> Deserialize<'de> for WorkDurability
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
impl Eq for WorkDurability
Source§impl PartialEq for WorkDurability
impl PartialEq for WorkDurability
impl StructuralPartialEq for WorkDurability
Auto Trait Implementations§
impl Freeze for WorkDurability
impl RefUnwindSafe for WorkDurability
impl Send for WorkDurability
impl Sync for WorkDurability
impl Unpin for WorkDurability
impl UnsafeUnpin for WorkDurability
impl UnwindSafe for WorkDurability
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