pub struct UpdatableLimits<'a>(/* private fields */);Implementations§
Source§impl<'a> UpdatableLimits<'a>
impl<'a> UpdatableLimits<'a>
pub fn new(limits: &'a mut Limits) -> UpdatableLimits<'a>
pub fn with_stream_batch_size(&mut self, size: u8)
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for UpdatableLimits<'a>
impl<'a> RefUnwindSafe for UpdatableLimits<'a>
impl<'a> Send for UpdatableLimits<'a>
impl<'a> Sync for UpdatableLimits<'a>
impl<'a> Unpin for UpdatableLimits<'a>
impl<'a> !UnwindSafe for UpdatableLimits<'a>
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