[−][src]Struct tract_core::analyser::rules::ElementProxy
A proxy for a tensor element.
Methods
impl ElementProxy[src]
pub fn new(path: Path) -> ElementProxy[src]
Creates a new ElementProxy instance.
Trait Implementations
impl<'a> IntoExp<GenericFact<i32>> for &'a ElementProxy[src]
impl Proxy for ElementProxy[src]
impl<'a> Proxy for &'a ElementProxy[src]
impl ComparableProxy for ElementProxy[src]
impl<'a> ComparableProxy for &'a ElementProxy[src]
impl Debug for ElementProxy[src]
impl Index<usize> for ElementProxy[src]
type Output = ElementProxy
The returned type after indexing.
fn index(&self, index: usize) -> &ElementProxy[src]
Returns the ElementProxy corresponding to the given index.
Auto Trait Implementations
impl Send for ElementProxy
impl !Sync for ElementProxy
impl Unpin for ElementProxy
impl UnwindSafe for ElementProxy
impl !RefUnwindSafe for ElementProxy
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Downcast for T where
T: Any, [src]
T: Any,