Struct fire_http_api::stream::streamer::RawStreamer
source · pub struct RawStreamer { /* private fields */ }Available on crate feature
feature only.Implementations
sourceimpl RawStreamer
impl RawStreamer
pub fn assign_message<M>(self) -> Streamer<M>
Auto Trait Implementations
impl !RefUnwindSafe for RawStreamer
impl Send for RawStreamer
impl Sync for RawStreamer
impl Unpin for RawStreamer
impl !UnwindSafe for RawStreamer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more