Struct proxy_sdk::DownstreamData
source · pub struct DownstreamData { /* private fields */ }
Expand description
Downstream data reference for a Stream filter
Trait Implementations§
source§impl StreamControl for DownstreamData
impl StreamControl for DownstreamData
source§fn attributes(&self) -> &Attributes
fn attributes(&self) -> &Attributes
Retrieve attributes for the stream data
source§fn resume_downstream(&self)
fn resume_downstream(&self)
TODO: UNKNOWN PURPOSE
source§fn close_downstream(&self)
fn close_downstream(&self)
TODO: UNKNOWN PURPOSE
source§fn resume_upstream(&self)
fn resume_upstream(&self)
TODO: UNKNOWN PURPOSE
source§fn close_upstream(&self)
fn close_upstream(&self)
TODO: UNKNOWN PURPOSE
source§impl StreamDataControl for DownstreamData
impl StreamDataControl for DownstreamData
source§const TYPE: StreamType = StreamType::Downstream
const TYPE: StreamType = StreamType::Downstream
Upstream or Downstream
source§fn end_of_stream(&self) -> bool
fn end_of_stream(&self) -> bool
If true, this will be the last downstream data for this context.
Auto Trait Implementations§
impl RefUnwindSafe for DownstreamData
impl Send for DownstreamData
impl Sync for DownstreamData
impl Unpin for DownstreamData
impl UnwindSafe for DownstreamData
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more