pub enum ProviderOperationFamily {
Upload,
Download,
Elementwise,
Reduction,
MatrixMultiply,
Library,
Fusion,
Graph,
}Variants§
Trait Implementations§
Source§impl Clone for ProviderOperationFamily
impl Clone for ProviderOperationFamily
Source§fn clone(&self) -> ProviderOperationFamily
fn clone(&self) -> ProviderOperationFamily
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 ProviderOperationFamily
Source§impl Debug for ProviderOperationFamily
impl Debug for ProviderOperationFamily
Source§impl<'de> Deserialize<'de> for ProviderOperationFamily
impl<'de> Deserialize<'de> for ProviderOperationFamily
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 ProviderOperationFamily
Source§impl Hash for ProviderOperationFamily
impl Hash for ProviderOperationFamily
Source§impl Ord for ProviderOperationFamily
impl Ord for ProviderOperationFamily
Source§fn cmp(&self, other: &ProviderOperationFamily) -> Ordering
fn cmp(&self, other: &ProviderOperationFamily) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ProviderOperationFamily
impl PartialEq for ProviderOperationFamily
Source§impl PartialOrd for ProviderOperationFamily
impl PartialOrd for ProviderOperationFamily
Source§impl Serialize for ProviderOperationFamily
impl Serialize for ProviderOperationFamily
impl StructuralPartialEq for ProviderOperationFamily
Auto Trait Implementations§
impl Freeze for ProviderOperationFamily
impl RefUnwindSafe for ProviderOperationFamily
impl Send for ProviderOperationFamily
impl Sync for ProviderOperationFamily
impl Unpin for ProviderOperationFamily
impl UnsafeUnpin for ProviderOperationFamily
impl UnwindSafe for ProviderOperationFamily
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