Struct ESimProfileMetadataState
#[repr(transparent)]pub struct ESimProfileMetadataState(pub i32);
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
§fn clone(&self) -> ESimProfileMetadataState
fn clone(&self) -> ESimProfileMetadataState
Returns a copy 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 ESimProfileMetadataState
impl Debug for ESimProfileMetadataState
§impl Default for ESimProfileMetadataState
impl Default for ESimProfileMetadataState
§fn default() -> ESimProfileMetadataState
fn default() -> ESimProfileMetadataState
Returns the “default value” for a type. Read more
§impl PartialEq for ESimProfileMetadataState
impl PartialEq for ESimProfileMetadataState
impl Copy for ESimProfileMetadataState
impl Eq for ESimProfileMetadataState
impl StructuralPartialEq for ESimProfileMetadataState
Auto Trait Implementations§
impl Freeze for ESimProfileMetadataState
impl RefUnwindSafe for ESimProfileMetadataState
impl Send for ESimProfileMetadataState
impl Sync for ESimProfileMetadataState
impl Unpin for ESimProfileMetadataState
impl UnwindSafe for ESimProfileMetadataState
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