Struct ESimProfileMetadataState
#[repr(transparent)]pub struct ESimProfileMetadataState(pub i32);Tuple Fields§
§0: i32Implementations§
§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 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 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