pub struct EsimInfo {
pub icc_id: Option<String>,
}Expand description
Details of the eSIM added or removed.
This type is not used in any activity, and only used as part of another schema.
Fields§
§icc_id: Option<String>Output only. ICC ID of the eSIM.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EsimInfo
impl<'de> Deserialize<'de> for EsimInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for EsimInfo
Auto Trait Implementations§
impl Freeze for EsimInfo
impl RefUnwindSafe for EsimInfo
impl Send for EsimInfo
impl Sync for EsimInfo
impl Unpin for EsimInfo
impl UnwindSafe for EsimInfo
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