Struct grpcio::ServerCredentials[][src]

pub struct ServerCredentials { /* fields omitted */ }

Methods

impl ServerCredentials
[src]

Trait Implementations

impl Drop for ServerCredentials
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations