pub enum SemanticType {
Barrier,
Pipeline,
TensorMap,
}Variants§
Trait Implementations§
Source§impl Clone for SemanticType
impl Clone for SemanticType
Source§fn clone(&self) -> SemanticType
fn clone(&self) -> SemanticType
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 SemanticType
impl Debug for SemanticType
Source§impl<'de> Deserialize<'de> for SemanticType
impl<'de> Deserialize<'de> for SemanticType
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 Display for SemanticType
impl Display for SemanticType
Source§impl From<SemanticType> for Type
impl From<SemanticType> for Type
Source§fn from(val: SemanticType) -> Self
fn from(val: SemanticType) -> Self
Converts to this type from the input type.
Source§impl Hash for SemanticType
impl Hash for SemanticType
Source§impl Ord for SemanticType
impl Ord for SemanticType
Source§fn cmp(&self, other: &SemanticType) -> Ordering
fn cmp(&self, other: &SemanticType) -> Ordering
1.21.0 · 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 SemanticType
impl PartialEq for SemanticType
Source§impl PartialOrd for SemanticType
impl PartialOrd for SemanticType
Source§impl Serialize for SemanticType
impl Serialize for SemanticType
Source§impl TypeHash for SemanticType
impl TypeHash for SemanticType
impl Copy for SemanticType
impl Eq for SemanticType
impl StructuralPartialEq for SemanticType
Auto Trait Implementations§
impl Freeze for SemanticType
impl RefUnwindSafe for SemanticType
impl Send for SemanticType
impl Sync for SemanticType
impl Unpin for SemanticType
impl UnwindSafe for SemanticType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.