Struct alfresco_sdk::models::structs::Activity
source · pub struct Activity {
pub post_person_id: String,
pub id: u64,
pub site_id: Option<String>,
pub posted_at: Option<String>,
pub feed_person_id: String,
pub activity_summary: Option<HashMap<String, String>>,
pub activity_type: String,
}
Fields§
§post_person_id: String
§id: u64
§site_id: Option<String>
§posted_at: Option<String>
§feed_person_id: String
§activity_summary: Option<HashMap<String, String>>
§activity_type: String
Trait Implementations§
source§impl<'de> Deserialize<'de> for Activity
impl<'de> Deserialize<'de> for Activity
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 RefUnwindSafe for Activity
impl Send for Activity
impl Sync for Activity
impl Unpin for Activity
impl UnwindSafe for Activity
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