pub struct VertxHttpGatewayConnector { /* private fields */ }
Implementations§
source§impl VertxHttpGatewayConnector
impl VertxHttpGatewayConnector
pub fn new(options: ConnectorOptions) -> VertxHttpGatewayConnector
pub async fn start(&self)
Auto Trait Implementations§
impl Freeze for VertxHttpGatewayConnector
impl RefUnwindSafe for VertxHttpGatewayConnector
impl Send for VertxHttpGatewayConnector
impl Sync for VertxHttpGatewayConnector
impl Unpin for VertxHttpGatewayConnector
impl UnwindSafe for VertxHttpGatewayConnector
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