#[repr(transparent)]pub struct ESimOperationStatus(pub i32);
Expand description
Required features: "Networking_NetworkOperators"
Tuple Fields
0: i32
Implementations
impl ESimOperationStatus
impl ESimOperationStatus
pub const Success: Self = Self(0i32)
pub const NotAuthorized: Self = Self(1i32)
pub const NotFound: Self = Self(2i32)
pub const PolicyViolation: Self = Self(3i32)
pub const InsufficientSpaceOnCard: Self = Self(4i32)
pub const ServerFailure: Self = Self(5i32)
pub const ServerNotReachable: Self = Self(6i32)
pub const TimeoutWaitingForUserConsent: Self = Self(7i32)
pub const IncorrectConfirmationCode: Self = Self(8i32)
pub const ConfirmationCodeMaxRetriesExceeded: Self = Self(9i32)
pub const CardRemoved: Self = Self(10i32)
pub const CardBusy: Self = Self(11i32)
pub const Other: Self = Self(12i32)
pub const CardGeneralFailure: Self = Self(13i32)
pub const ConfirmationCodeMissing: Self = Self(14i32)
pub const InvalidMatchingId: Self = Self(15i32)
pub const NoEligibleProfileForThisDevice: Self = Self(16i32)
pub const OperationAborted: Self = Self(17i32)
pub const EidMismatch: Self = Self(18i32)
pub const ProfileNotAvailableForNewBinding: Self = Self(19i32)
pub const ProfileNotReleasedByOperator: Self = Self(20i32)
pub const OperationProhibitedByProfileClass: Self = Self(21i32)
pub const ProfileNotPresent: Self = Self(22i32)
pub const NoCorrespondingRequest: Self = Self(23i32)
pub const TimeoutWaitingForResponse: Self = Self(24i32)
pub const IccidAlreadyExists: Self = Self(25i32)
pub const ProfileProcessingError: Self = Self(26i32)
pub const ServerNotTrusted: Self = Self(27i32)
pub const ProfileDownloadMaxRetriesExceeded: Self = Self(28i32)
Trait Implementations
impl Clone for ESimOperationStatus
impl Clone for ESimOperationStatus
impl Copy for ESimOperationStatus
Auto Trait Implementations
impl RefUnwindSafe for ESimOperationStatus
impl Send for ESimOperationStatus
impl Sync for ESimOperationStatus
impl Unpin for ESimOperationStatus
impl UnwindSafe for ESimOperationStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more