pub struct EmailStruct {
pub id: String,
pub name: String,
pub extension: u16,
pub tags: Vec<DeviceTag>,
pub value: Email,
}
Fields§
§id: String
§name: String
§extension: u16
§value: Email
Trait Implementations§
Source§impl Debug for EmailStruct
impl Debug for EmailStruct
Source§impl<'de> Deserialize<'de> for EmailStruct
impl<'de> Deserialize<'de> for EmailStruct
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
Auto Trait Implementations§
impl Freeze for EmailStruct
impl RefUnwindSafe for EmailStruct
impl Send for EmailStruct
impl Sync for EmailStruct
impl Unpin for EmailStruct
impl UnwindSafe for EmailStruct
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