pub enum TensorInputIdent {
Lhs,
Rhs,
}
Expand description
Identification of the tensor input.
Variants§
Trait Implementations§
Source§impl Clone for TensorInputIdent
impl Clone for TensorInputIdent
Source§fn clone(&self) -> TensorInputIdent
fn clone(&self) -> TensorInputIdent
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 moreimpl Copy for TensorInputIdent
Auto Trait Implementations§
impl Freeze for TensorInputIdent
impl RefUnwindSafe for TensorInputIdent
impl Send for TensorInputIdent
impl Sync for TensorInputIdent
impl Unpin for TensorInputIdent
impl UnwindSafe for TensorInputIdent
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