Struct tfdeploy::ops::Stream [−][src]
pub struct Stream {
pub info: StreamInfo,
pub offset: u64,
pub chunk: Option<Value>,
}Fields
info: StreamInfo
offset: u64
chunk: Option<Value>
Trait Implementations
impl Debug for Stream[src]
impl Debug for Streamfn 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 Stream[src]
impl Clone for Stream