Struct ckb_shared::shared_builder::SharedBuilder [−][src]
pub struct SharedBuilder { /* fields omitted */ }Expand description
Shared builder for construct new shared.
Implementations
impl SharedBuilder[src]
impl SharedBuilder[src]impl SharedBuilder[src]
impl SharedBuilder[src]pub fn tx_pool_config(self, config: TxPoolConfig) -> Self[src]
pub fn tx_pool_config(self, config: TxPoolConfig) -> Self[src]TODO(doc): @quake
pub fn notify_config(self, config: NotifyConfig) -> Self[src]
pub fn notify_config(self, config: NotifyConfig) -> Self[src]TODO(doc): @quake
pub fn store_config(self, config: StoreConfig) -> Self[src]
pub fn store_config(self, config: StoreConfig) -> Self[src]TODO(doc): @quake
pub fn block_assembler_config(
self,
config: Option<BlockAssemblerConfig>
) -> Self[src]
pub fn block_assembler_config(
self,
config: Option<BlockAssemblerConfig>
) -> Self[src]TODO(doc): @quake
pub fn async_handle(self, async_handle: Handle) -> Self[src]
pub fn async_handle(self, async_handle: Handle) -> Self[src]specifies the async_handle for the shared
Auto Trait Implementations
impl !RefUnwindSafe for SharedBuilder
impl Send for SharedBuilder
impl Sync for SharedBuilder
impl Unpin for SharedBuilder
impl !UnwindSafe for SharedBuilder
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,