Struct timely::communication::allocator::thread::ThreadBuilder
source · pub struct ThreadBuilder;
Expand description
Builder for single-threaded allocator.
Trait Implementations§
source§impl AllocateBuilder for ThreadBuilder
impl AllocateBuilder for ThreadBuilder
source§fn build(self) -> <ThreadBuilder as AllocateBuilder>::Allocator
fn build(self) -> <ThreadBuilder as AllocateBuilder>::Allocator
Builds allocator, consumes self.
Auto Trait Implementations§
impl Freeze for ThreadBuilder
impl RefUnwindSafe for ThreadBuilder
impl Send for ThreadBuilder
impl Sync for ThreadBuilder
impl Unpin for ThreadBuilder
impl UnwindSafe for ThreadBuilder
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