Struct tfdeploy::ops::Stream[][src]

pub struct Stream {
    pub info: StreamInfo,
    pub offset: u64,
    pub chunk: Option<Value>,
}

Fields

Trait Implementations

impl Debug for Stream
[src]

Formats the value using the given formatter. Read more

impl Clone for Stream
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Stream

impl Sync for Stream