#[repr(transparent)]pub struct ESimProfileMetadataState(pub i32);
Expand description
Required features: ‘Networking_NetworkOperators’
Tuple Fields
0: i32
Implementations
impl ESimProfileMetadataState
impl ESimProfileMetadataState
pub const Unknown: Self
pub const WaitingForInstall: Self
pub const Downloading: Self
pub const Installing: Self
pub const Expired: Self
pub const RejectingDownload: Self
pub const NoLongerAvailable: Self
pub const DeniedByPolicy: Self
Trait Implementations
impl Clone for ESimProfileMetadataState
impl Clone for ESimProfileMetadataState
impl Copy for ESimProfileMetadataState
Auto Trait Implementations
impl RefUnwindSafe for ESimProfileMetadataState
impl Send for ESimProfileMetadataState
impl Sync for ESimProfileMetadataState
impl Unpin for ESimProfileMetadataState
impl UnwindSafe for ESimProfileMetadataState
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