Enum rb_sys::bindings::rb_warning_category_t
source · #[repr(u32)]
pub enum rb_warning_category_t {
RB_WARN_CATEGORY_NONE,
RB_WARN_CATEGORY_DEPRECATED,
RB_WARN_CATEGORY_EXPERIMENTAL,
RB_WARN_CATEGORY_ALL_BITS,
}Expand description
Generated by rb-sys for Ruby 3.0.0
Variants§
RB_WARN_CATEGORY_NONE
Generated by rb-sys for Ruby 3.0.0
RB_WARN_CATEGORY_DEPRECATED
Generated by rb-sys for Ruby 3.0.0
RB_WARN_CATEGORY_EXPERIMENTAL
Generated by rb-sys for Ruby 3.0.0
RB_WARN_CATEGORY_ALL_BITS
Generated by rb-sys for Ruby 3.0.0
Trait Implementations§
source§impl Clone for rb_warning_category_t
impl Clone for rb_warning_category_t
source§fn clone(&self) -> rb_warning_category_t
fn clone(&self) -> rb_warning_category_t
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 rb_warning_category_t
impl Debug for rb_warning_category_t
source§impl Hash for rb_warning_category_t
impl Hash for rb_warning_category_t
source§impl PartialEq<rb_warning_category_t> for rb_warning_category_t
impl PartialEq<rb_warning_category_t> for rb_warning_category_t
source§fn eq(&self, other: &rb_warning_category_t) -> bool
fn eq(&self, other: &rb_warning_category_t) -> bool
This method tests for
self and other values to be equal, and is used
by ==.