pub struct MaxStreamData {
pub stream_id: StreamId,
pub max_stream_data: VarInt,
}Fields§
§stream_id: StreamId§max_stream_data: VarIntAuto Trait Implementations§
impl Freeze for MaxStreamData
impl RefUnwindSafe for MaxStreamData
impl Send for MaxStreamData
impl Sync for MaxStreamData
impl Unpin for MaxStreamData
impl UnwindSafe for MaxStreamData
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