Enum tfdeploy::ops::StepValue [−][src]
Variants
Const(Value)Stream(Stream)
Methods
impl StepValue[src]
impl StepValuepub fn as_value(&self) -> Option<&Value>[src]
pub fn as_value(&self) -> Option<&Value>pub fn into_value(self) -> Option<Value>[src]
pub fn into_value(self) -> Option<Value>pub fn as_const(&self) -> Option<&Value>[src]
pub fn as_const(&self) -> Option<&Value>pub fn into_const(self) -> Option<Value>[src]
pub fn into_const(self) -> Option<Value>pub fn as_stream(&self) -> Option<&Stream>[src]
pub fn as_stream(&self) -> Option<&Stream>pub fn into_stream(self) -> Option<Stream>[src]
pub fn into_stream(self) -> Option<Stream>pub fn stream_info(&self) -> Option<StreamInfo>[src]
pub fn stream_info(&self) -> Option<StreamInfo>pub fn is_const(&self) -> bool[src]
pub fn is_const(&self) -> boolTrait Implementations
impl Debug for StepValue[src]
impl Debug for StepValuefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for StepValue[src]
impl Clone for StepValue