pub struct OpfsSAHPoolCfg {
pub clear_on_init: bool,
pub initial_capacity: u32,
}
Expand description
OpfsSAHPool
options
Fields§
§clear_on_init: bool
§initial_capacity: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpfsSAHPoolCfg
impl RefUnwindSafe for OpfsSAHPoolCfg
impl Send for OpfsSAHPoolCfg
impl Sync for OpfsSAHPoolCfg
impl Unpin for OpfsSAHPoolCfg
impl UnwindSafe for OpfsSAHPoolCfg
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