pub struct StreamIdGenerator { /* private fields */ }Expand description
Global stream ID counter shared across all planes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for StreamIdGenerator
impl RefUnwindSafe for StreamIdGenerator
impl Send for StreamIdGenerator
impl Sync for StreamIdGenerator
impl Unpin for StreamIdGenerator
impl UnwindSafe for StreamIdGenerator
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