pub struct MemoryPoolFactoryOptions { /* private fields */ }Expand description
Options to create a MemoryPool.
Implementations§
Source§impl MemoryPoolFactoryOptions
impl MemoryPoolFactoryOptions
Sourcepub fn max_part_size(&self) -> usize
pub fn max_part_size(&self) -> usize
The max part size for the client.
Sourcepub fn memory_limit(&self) -> usize
pub fn memory_limit(&self) -> usize
The memory limit set on the client.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryPoolFactoryOptions
impl RefUnwindSafe for MemoryPoolFactoryOptions
impl Send for MemoryPoolFactoryOptions
impl Sync for MemoryPoolFactoryOptions
impl Unpin for MemoryPoolFactoryOptions
impl UnwindSafe for MemoryPoolFactoryOptions
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