Struct grpcio::Server [] [src]

pub struct Server { /* fields omitted */ }

Methods

impl Server
[src]

[src]

Shutdown the server asynchronously.

[src]

Cancel all in-progress calls.

Only usable after shutdown.

[src]

Start a server.

Tells all listeners to start listening.

Important traits for &'a mut [u8]
[src]

Get the binded addresses.

Trait Implementations

impl Drop for Server
[src]

[src]

Executes the destructor for this type. Read more

impl Debug for Server
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Server

impl Sync for Server