pub enum ParallelResourceKey {
ReadOnlyBatch,
}Expand description
Resource bucket for DAG / batch parallel scheduling (M4 consumer).
Variants§
ReadOnlyBatch
Trait Implementations§
Source§impl Clone for ParallelResourceKey
impl Clone for ParallelResourceKey
Source§fn clone(&self) -> ParallelResourceKey
fn clone(&self) -> ParallelResourceKey
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 ParallelResourceKey
Source§impl Debug for ParallelResourceKey
impl Debug for ParallelResourceKey
Source§impl<'de> Deserialize<'de> for ParallelResourceKey
impl<'de> Deserialize<'de> for ParallelResourceKey
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 ParallelResourceKey
Source§impl Hash for ParallelResourceKey
impl Hash for ParallelResourceKey
Source§impl PartialEq for ParallelResourceKey
impl PartialEq for ParallelResourceKey
Source§fn eq(&self, other: &ParallelResourceKey) -> bool
fn eq(&self, other: &ParallelResourceKey) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ParallelResourceKey
impl Serialize for ParallelResourceKey
impl StructuralPartialEq for ParallelResourceKey
Auto Trait Implementations§
impl Freeze for ParallelResourceKey
impl RefUnwindSafe for ParallelResourceKey
impl Send for ParallelResourceKey
impl Sync for ParallelResourceKey
impl Unpin for ParallelResourceKey
impl UnsafeUnpin for ParallelResourceKey
impl UnwindSafe for ParallelResourceKey
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