pub struct MaxBufferPoolSize(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl<P> OptionSetter<ProtocolEngineBuilder<P>> for MaxBufferPoolSizewhere
P: Protocol,
impl<P> OptionSetter<ProtocolEngineBuilder<P>> for MaxBufferPoolSizewhere
P: Protocol,
fn set_option( self, builder: ProtocolEngineBuilder<P>, ) -> ProtocolEngineBuilder<P>
Auto Trait Implementations§
impl Freeze for MaxBufferPoolSize
impl RefUnwindSafe for MaxBufferPoolSize
impl Send for MaxBufferPoolSize
impl Sync for MaxBufferPoolSize
impl Unpin for MaxBufferPoolSize
impl UnsafeUnpin for MaxBufferPoolSize
impl UnwindSafe for MaxBufferPoolSize
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