pub struct Builder<Dst, K, S> { /* private fields */ }Available on crate feature
client and crate feature client-pool and docsrs only.Expand description
A builder to configure a Map.
§Unnameable
This type is normally unnameable, forbidding naming of the type within code. The type is exposed in the documentation to show which methods can be publicly called.
Implementations§
Auto Trait Implementations§
impl<Dst, K, S> Freeze for Builder<Dst, K, S>
impl<Dst, K, S> RefUnwindSafe for Builder<Dst, K, S>where
K: RefUnwindSafe,
S: RefUnwindSafe,
impl<Dst, K, S> Send for Builder<Dst, K, S>
impl<Dst, K, S> Sync for Builder<Dst, K, S>
impl<Dst, K, S> Unpin for Builder<Dst, K, S>
impl<Dst, K, S> UnwindSafe for Builder<Dst, K, S>where
K: UnwindSafe,
S: UnwindSafe,
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