Struct vertx_rust::net::NetServer [−][src]
pub struct NetServer<CM: 'static + ClusterManager + Send + Sync> {
pub port: u16,
// some fields omitted
}
Fields
port: u16
Implementations
Auto Trait Implementations
impl<CM> !RefUnwindSafe for NetServer<CM>
impl<CM> !UnwindSafe for NetServer<CM>
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T
in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more