pub struct Chip {
pub person_properties: Option<PersonProperties>,
pub rich_link_properties: Option<RichLinkProperties>,
}Expand description
The Smart Chip.
This type is not used in any activity, and only used as part of another schema.
Fields§
§person_properties: Option<PersonProperties>Properties of a linked person.
rich_link_properties: Option<RichLinkProperties>Properties of a rich link.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Chip
impl<'de> Deserialize<'de> for Chip
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 Chip
Auto Trait Implementations§
impl Freeze for Chip
impl RefUnwindSafe for Chip
impl Send for Chip
impl Sync for Chip
impl Unpin for Chip
impl UnwindSafe for Chip
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