Struct valgrind::startup::server::ProxyServerStub
source · pub struct ProxyServerStub {
protocol: Protocol,
address: String,
vit_address: String,
node_rest_address: String,
block0: Vec<u8>,
}
Fields§
§protocol: Protocol
§address: String
§vit_address: String
§node_rest_address: String
§block0: Vec<u8>
Implementations§
source§impl ProxyServerStub
impl ProxyServerStub
pub fn new_https( certs: Certs, address: String, vit_address: String, node_rest_address: String, block0: Vec<u8> ) -> Self
pub fn new_http( address: String, vit_address: String, node_rest_address: String, block0: Vec<u8> ) -> Self
pub fn protocol(&self) -> &Protocol
pub fn new( protocol: Protocol, address: String, vit_address: String, node_rest_address: String, block0: Vec<u8> ) -> Self
pub fn block0(&self) -> Vec<u8> ⓘ
pub fn address(&self) -> String
pub fn vit_address(&self) -> String
pub fn node_rest_address(&self) -> String
pub fn base_address(&self) -> SocketAddr
pub fn http_vit_address(&self) -> String
pub fn http_node_address(&self) -> String
Auto Trait Implementations§
impl RefUnwindSafe for ProxyServerStub
impl Send for ProxyServerStub
impl Sync for ProxyServerStub
impl Unpin for ProxyServerStub
impl UnwindSafe for ProxyServerStub
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
§impl<T> Fake for T
impl<T> Fake for T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request