pub struct ManagedStream { /* private fields */ }Implementations§
Source§impl ManagedStream
impl ManagedStream
pub async fn next(&mut self) -> Option<StreamMessage>
pub fn shutdown(&self)
pub fn is_shutdown(&self) -> bool
Auto Trait Implementations§
impl Freeze for ManagedStream
impl RefUnwindSafe for ManagedStream
impl Send for ManagedStream
impl Sync for ManagedStream
impl Unpin for ManagedStream
impl UnsafeUnpin for ManagedStream
impl UnwindSafe for ManagedStream
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