pub struct StreamRequest {
pub credit_capacity: u32,
}Expand description
Request Credits for credit-based flow-control
Fields§
§credit_capacity: u32How many credits are requested
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StreamRequest
impl RefUnwindSafe for StreamRequest
impl Send for StreamRequest
impl Sync for StreamRequest
impl Unpin for StreamRequest
impl UnsafeUnpin for StreamRequest
impl UnwindSafe for StreamRequest
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