pub struct RawBlindPoolBuilder { /* private fields */ }Expand description
Creates an instance of RawBlindPool.
Implementations§
Source§impl RawBlindPoolBuilder
impl RawBlindPoolBuilder
Sourcepub fn drop_policy(self, drop_policy: DropPolicy) -> Self
pub fn drop_policy(self, drop_policy: DropPolicy) -> Self
Defines the drop policy for the pool. Optional.
Sourcepub fn build(self) -> RawBlindPool
pub fn build(self) -> RawBlindPool
Validates the options and creates the pool.
Trait Implementations§
Source§impl Debug for RawBlindPoolBuilder
impl Debug for RawBlindPoolBuilder
Source§impl Default for RawBlindPoolBuilder
impl Default for RawBlindPoolBuilder
Source§fn default() -> RawBlindPoolBuilder
fn default() -> RawBlindPoolBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RawBlindPoolBuilder
impl RefUnwindSafe for RawBlindPoolBuilder
impl !Send for RawBlindPoolBuilder
impl !Sync for RawBlindPoolBuilder
impl Unpin for RawBlindPoolBuilder
impl UnwindSafe for RawBlindPoolBuilder
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