Struct operator::ServerInfo [−][src]
pub struct ServerInfo {
pub version: ServerVersion,
pub operator_path: PathBuf,
pub socket_address: Option<SocketAddr>,
}Fields
version: ServerVersionoperator_path: PathBufsocket_address: Option<SocketAddr>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ServerInfo
impl Send for ServerInfo
impl Sync for ServerInfo
impl Unpin for ServerInfo
impl UnwindSafe for ServerInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self