pub struct EuiccChipInfo {
pub eid: Option<String>,
}Expand description
Information related to the eUICC chip.
This type is not used in any activity, and only used as part of another schema.
Fields§
§eid: Option<String>Output only. The Embedded Identity Document (EID) that identifies the eUICC chip for each eUICC chip on the device. This is available on company owned devices running Android 13 and above.
Trait Implementations§
Source§impl Clone for EuiccChipInfo
impl Clone for EuiccChipInfo
Source§fn clone(&self) -> EuiccChipInfo
fn clone(&self) -> EuiccChipInfo
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 moreSource§impl Debug for EuiccChipInfo
impl Debug for EuiccChipInfo
Source§impl Default for EuiccChipInfo
impl Default for EuiccChipInfo
Source§fn default() -> EuiccChipInfo
fn default() -> EuiccChipInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EuiccChipInfo
impl<'de> Deserialize<'de> for EuiccChipInfo
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
Source§impl Serialize for EuiccChipInfo
impl Serialize for EuiccChipInfo
impl Part for EuiccChipInfo
Auto Trait Implementations§
impl Freeze for EuiccChipInfo
impl RefUnwindSafe for EuiccChipInfo
impl Send for EuiccChipInfo
impl Sync for EuiccChipInfo
impl Unpin for EuiccChipInfo
impl UnwindSafe for EuiccChipInfo
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