pub struct StreamedTurn { /* private fields */ }Implementations§
Source§impl StreamedTurn
impl StreamedTurn
pub async fn next_event(&mut self) -> Option<Result<ThreadEvent, ClientError>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamedTurn
impl RefUnwindSafe for StreamedTurn
impl Send for StreamedTurn
impl Sync for StreamedTurn
impl Unpin for StreamedTurn
impl UnsafeUnpin for StreamedTurn
impl UnwindSafe for StreamedTurn
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