[][src]Struct tract_core::analyser::rules::IntProxy

pub struct IntProxy { /* fields omitted */ }

A proxy for any integer-like value.

Methods

impl IntProxy
[src]

pub fn new(path: Path) -> Self
[src]

Constructs a new IntProxy.

Trait Implementations

impl<'a> IntoExp<GenericFact<i32>> for &'a IntProxy
[src]

impl Proxy for IntProxy
[src]

fn get_path(&self) -> &Path
[src]

Returns the symbolic path to the value.

impl<'a> Proxy for &'a IntProxy
[src]

fn get_path(&self) -> &Path
[src]

Returns the symbolic path to the value.

impl ComparableProxy for IntProxy
[src]

impl<'a> ComparableProxy for &'a IntProxy
[src]

impl Debug for IntProxy
[src]

Auto Trait Implementations

impl Send for IntProxy

impl Sync for IntProxy

Blanket Implementations

impl<PB, Tract> ToTract for PB where
    Tract: Tractify<PB>, 
[src]

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Downcast for T where
    T: Any
[src]