#[repr(transparent)]pub struct LoggingSeverity {
pub repr: i32,
}Fields§
§repr: i32Implementations§
Trait Implementations§
Source§impl Clone for LoggingSeverity
impl Clone for LoggingSeverity
Source§impl Debug for LoggingSeverity
impl Debug for LoggingSeverity
Source§impl ExternType for LoggingSeverity
impl ExternType for LoggingSeverity
Source§impl PartialEq for LoggingSeverity
impl PartialEq for LoggingSeverity
impl Copy for LoggingSeverity
impl Eq for LoggingSeverity
impl StructuralPartialEq for LoggingSeverity
Auto Trait Implementations§
impl Freeze for LoggingSeverity
impl RefUnwindSafe for LoggingSeverity
impl Send for LoggingSeverity
impl Sync for LoggingSeverity
impl Unpin for LoggingSeverity
impl UnwindSafe for LoggingSeverity
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