pub struct ConnectionPoolOptions {
pub slot_size: u8,
}Fields§
§slot_size: u8Trait Implementations§
Source§impl Clone for ConnectionPoolOptions
impl Clone for ConnectionPoolOptions
Source§fn clone(&self) -> ConnectionPoolOptions
fn clone(&self) -> ConnectionPoolOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConnectionPoolOptions
impl Debug for ConnectionPoolOptions
Auto Trait Implementations§
impl Freeze for ConnectionPoolOptions
impl RefUnwindSafe for ConnectionPoolOptions
impl Send for ConnectionPoolOptions
impl Sync for ConnectionPoolOptions
impl Unpin for ConnectionPoolOptions
impl UnwindSafe for ConnectionPoolOptions
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