Enum tfdeploy::ops::StepValue[][src]

pub enum StepValue {
    Const(Value),
    Stream(Stream),
}

Variants

Methods

impl StepValue
[src]

Trait Implementations

impl Debug for StepValue
[src]

Formats the value using the given formatter. Read more

impl Clone for StepValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for StepValue

impl Sync for StepValue