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 moreSource§impl Debug for VertxOptions
impl Debug for VertxOptions
Auto Trait Implementations§
impl Freeze for VertxOptions
impl RefUnwindSafe for VertxOptions
impl Send for VertxOptions
impl Sync for VertxOptions
impl Unpin for VertxOptions
impl UnwindSafe for VertxOptions
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