pub struct WebIssueActivity {
pub actor_meta: Option<Vec<i64>>,
pub actor_access_role: Option<String>,
pub type: Option<String>,
pub id: Option<String>,
pub submitted_at: Option<String>,
pub actor: Option<Value>,
pub created_at: Option<String>,
pub payload: Option<Value>,
}
Expand description
WebIssueActivity 模型
Fields§
§actor_meta: Option<Vec<i64>>
§actor_access_role: Option<String>
§type: Option<String>
§id: Option<String>
§submitted_at: Option<String>
§actor: Option<Value>
§created_at: Option<String>
§payload: Option<Value>
Trait Implementations§
Source§impl Clone for WebIssueActivity
impl Clone for WebIssueActivity
Source§fn clone(&self) -> WebIssueActivity
fn clone(&self) -> WebIssueActivity
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WebIssueActivity
impl Debug for WebIssueActivity
Source§impl<'de> Deserialize<'de> for WebIssueActivity
impl<'de> Deserialize<'de> for WebIssueActivity
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 WebIssueActivity
impl RefUnwindSafe for WebIssueActivity
impl Send for WebIssueActivity
impl Sync for WebIssueActivity
impl Unpin for WebIssueActivity
impl UnwindSafe for WebIssueActivity
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