Enum grpcio_sys::GprLogSeverity
[−]
[src]
#[repr(C)]pub enum GprLogSeverity { Debug, Info, Error, }
Variants
DebugInfoError
Trait Implementations
impl Clone for GprLogSeverity[src]
fn clone(&self) -> GprLogSeverity[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more