pub struct TensorTypeFact {
pub element: TensorElementDomainFact,
pub shape: ShapeFact,
}Fields§
§element: TensorElementDomainFact§shape: ShapeFactTrait Implementations§
Source§impl Clone for TensorTypeFact
impl Clone for TensorTypeFact
Source§fn clone(&self) -> TensorTypeFact
fn clone(&self) -> TensorTypeFact
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 moreSource§impl Debug for TensorTypeFact
impl Debug for TensorTypeFact
Source§impl<'de> Deserialize<'de> for TensorTypeFact
impl<'de> Deserialize<'de> for TensorTypeFact
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 PartialEq for TensorTypeFact
impl PartialEq for TensorTypeFact
Source§fn eq(&self, other: &TensorTypeFact) -> bool
fn eq(&self, other: &TensorTypeFact) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TensorTypeFact
impl Serialize for TensorTypeFact
impl StructuralPartialEq for TensorTypeFact
Auto Trait Implementations§
impl Freeze for TensorTypeFact
impl RefUnwindSafe for TensorTypeFact
impl Send for TensorTypeFact
impl Sync for TensorTypeFact
impl Unpin for TensorTypeFact
impl UnsafeUnpin for TensorTypeFact
impl UnwindSafe for TensorTypeFact
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