Struct proxy_sdk::UpstreamData
source · pub struct UpstreamData { /* private fields */ }
Expand description
Upstream data reference for a Stream filter
Trait Implementations§
source§impl StreamControl for UpstreamData
impl StreamControl for UpstreamData
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 UpstreamData
impl StreamDataControl for UpstreamData
source§const TYPE: StreamType = StreamType::Upstream
const TYPE: StreamType = StreamType::Upstream
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 UpstreamData
impl Send for UpstreamData
impl Sync for UpstreamData
impl Unpin for UpstreamData
impl UnwindSafe for UpstreamData
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