Enum grpcio_sys::gpr_log_severity
source · #[repr(u32)]pub enum gpr_log_severity {
GPR_LOG_SEVERITY_DEBUG,
GPR_LOG_SEVERITY_INFO,
GPR_LOG_SEVERITY_ERROR,
}
Expand description
The severity of a log message - use the #defines below when calling into gpr_log to additionally supply file and line data
Variants§
Trait Implementations§
source§impl Clone for gpr_log_severity
impl Clone for gpr_log_severity
source§fn clone(&self) -> gpr_log_severity
fn clone(&self) -> gpr_log_severity
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for gpr_log_severity
impl Debug for gpr_log_severity
source§impl Hash for gpr_log_severity
impl Hash for gpr_log_severity
source§impl PartialEq<gpr_log_severity> for gpr_log_severity
impl PartialEq<gpr_log_severity> for gpr_log_severity
source§fn eq(&self, other: &gpr_log_severity) -> bool
fn eq(&self, other: &gpr_log_severity) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for gpr_log_severity
impl Eq for gpr_log_severity
impl StructuralEq for gpr_log_severity
impl StructuralPartialEq for gpr_log_severity
Auto Trait Implementations§
impl RefUnwindSafe for gpr_log_severity
impl Send for gpr_log_severity
impl Sync for gpr_log_severity
impl Unpin for gpr_log_severity
impl UnwindSafe for gpr_log_severity
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