pub struct TurnStream { /* private fields */ }Implementations§
Source§impl TurnStream
impl TurnStream
pub async fn next_activity(&mut self) -> Option<Result<TurnActivity>>
pub async fn finish(self) -> Result<TurnResult>
Auto Trait Implementations§
impl Freeze for TurnStream
impl RefUnwindSafe for TurnStream
impl Send for TurnStream
impl Sync for TurnStream
impl Unpin for TurnStream
impl UnsafeUnpin for TurnStream
impl UnwindSafe for TurnStream
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