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