#[repr(transparent)]pub struct UnifiedPosHealthCheckLevel(pub i32);Expand description
Required features: ‘Devices_PointOfService’
Tuple Fields
0: i32Implementations
impl UnifiedPosHealthCheckLevel
impl UnifiedPosHealthCheckLevel
pub const UnknownHealthCheckLevel: Self
pub const POSInternal: Self
pub const External: Self
pub const Interactive: Self
Trait Implementations
impl Clone for UnifiedPosHealthCheckLevel
impl Clone for UnifiedPosHealthCheckLevel
impl Copy for UnifiedPosHealthCheckLevel
Auto Trait Implementations
impl RefUnwindSafe for UnifiedPosHealthCheckLevel
impl Send for UnifiedPosHealthCheckLevel
impl Sync for UnifiedPosHealthCheckLevel
impl Unpin for UnifiedPosHealthCheckLevel
impl UnwindSafe for UnifiedPosHealthCheckLevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more