Struct vertx_rust::vertx::VertxOptions
source · pub struct VertxOptions { /* private fields */ }
Implementations§
source§impl VertxOptions
impl VertxOptions
pub fn worker_pool_size(&mut self, size: usize) -> &mut Self
pub fn event_bus_options(&mut self) -> &mut EventBusOptions
Trait Implementations§
source§impl Clone for VertxOptions
impl Clone for VertxOptions
source§fn clone(&self) -> VertxOptions
fn clone(&self) -> VertxOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more