pub struct Eid {
pub eid: Option<String>,
}Expand description
EID information for each 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 EID
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Eid
impl<'de> Deserialize<'de> for Eid
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 Eid
Auto Trait Implementations§
impl Freeze for Eid
impl RefUnwindSafe for Eid
impl Send for Eid
impl Sync for Eid
impl Unpin for Eid
impl UnwindSafe for Eid
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