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