pub struct EidInfo {
pub eids: Option<Vec<Eid>>,
}Expand description
Information related to the EIDs of the device.
This type is not used in any activity, and only used as part of another schema.
Fields§
§eids: Option<Vec<Eid>>Output only. EID information for each eUICC chip.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EidInfo
impl<'de> Deserialize<'de> for EidInfo
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 EidInfo
Auto Trait Implementations§
impl Freeze for EidInfo
impl RefUnwindSafe for EidInfo
impl Send for EidInfo
impl Sync for EidInfo
impl Unpin for EidInfo
impl UnwindSafe for EidInfo
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