pub struct ServerIncreaseInWindow(/* private fields */);Implementations§
Source§impl ServerIncreaseInWindow
impl ServerIncreaseInWindow
pub fn in_window_size(&self) -> u32
pub fn data_frame_processed(&mut self, size: u32)
pub fn increase_window(&mut self, inc: u32) -> Result<()>
pub fn increase_window_auto(&mut self) -> Result<()>
pub fn increase_window_auto_above(&mut self, above: u32) -> Result<()>
Auto Trait Implementations§
impl Freeze for ServerIncreaseInWindow
impl !RefUnwindSafe for ServerIncreaseInWindow
impl Send for ServerIncreaseInWindow
impl Sync for ServerIncreaseInWindow
impl Unpin for ServerIncreaseInWindow
impl UnsafeUnpin for ServerIncreaseInWindow
impl !UnwindSafe for ServerIncreaseInWindow
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