pub struct Entity {Show 13 fields
pub handle: Option<String>,
pub vcard_array: Option<JCard>,
pub roles: Option<Vec<Role>>,
pub public_ids: Option<Vec<PublicId>>,
pub entities: Option<Vec<Entity>>,
pub remarks: Option<NoticesOrRemarks>,
pub links: Option<Vec<Link>>,
pub events: Option<Events>,
pub as_event_actor: Option<Events>,
pub status: Option<Vec<Status>>,
pub port43: Option<String>,
pub lang: Option<String>,
pub object_class_name: String,
}
Fields§
§handle: Option<String>
§vcard_array: Option<JCard>
§roles: Option<Vec<Role>>
§public_ids: Option<Vec<PublicId>>
§entities: Option<Vec<Entity>>
§remarks: Option<NoticesOrRemarks>
§links: Option<Vec<Link>>
§events: Option<Events>
§as_event_actor: Option<Events>
§status: Option<Vec<Status>>
§port43: Option<String>
§lang: Option<String>
§object_class_name: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Entity
impl<'de> Deserialize<'de> for Entity
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 Entity
impl RefUnwindSafe for Entity
impl Send for Entity
impl Sync for Entity
impl Unpin for Entity
impl UnwindSafe for Entity
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