Struct UnifiedPosErrorSeverity
#[repr(transparent)]pub struct UnifiedPosErrorSeverity(pub i32);Tuple Fields§
§0: i32Implementations§
§impl UnifiedPosErrorSeverity
impl UnifiedPosErrorSeverity
pub const UnknownErrorSeverity: Self
pub const Warning: Self
pub const Recoverable: Self
pub const Unrecoverable: Self
pub const AssistanceRequired: Self
pub const Fatal: Self
Trait Implementations§
§impl Clone for UnifiedPosErrorSeverity
impl Clone for UnifiedPosErrorSeverity
§fn clone(&self) -> UnifiedPosErrorSeverity
fn clone(&self) -> UnifiedPosErrorSeverity
Returns a duplicate 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 more§impl Debug for UnifiedPosErrorSeverity
impl Debug for UnifiedPosErrorSeverity
§impl Default for UnifiedPosErrorSeverity
impl Default for UnifiedPosErrorSeverity
§fn default() -> UnifiedPosErrorSeverity
fn default() -> UnifiedPosErrorSeverity
Returns the “default value” for a type. Read more
§impl PartialEq for UnifiedPosErrorSeverity
impl PartialEq for UnifiedPosErrorSeverity
impl Copy for UnifiedPosErrorSeverity
impl Eq for UnifiedPosErrorSeverity
impl StructuralPartialEq for UnifiedPosErrorSeverity
Auto Trait Implementations§
impl Freeze for UnifiedPosErrorSeverity
impl RefUnwindSafe for UnifiedPosErrorSeverity
impl Send for UnifiedPosErrorSeverity
impl Sync for UnifiedPosErrorSeverity
impl Unpin for UnifiedPosErrorSeverity
impl UnwindSafe for UnifiedPosErrorSeverity
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