pub struct Review {Show 13 fields
pub action_taken: Option<String>,
pub check_count: i64,
pub content_type: Option<String>,
pub created_at: Option<DateTime<Utc>>,
pub escalation_external_identifier: String,
pub escalation_status: String,
pub escalation_url: Option<String>,
pub id: Option<i64>,
pub jyver_at_fault: Option<String>,
pub object_id: i64,
pub other_reason: Option<String>,
pub status: String,
pub updated_at: Option<DateTime<Utc>>,
}
Fields§
§action_taken: Option<String>
§check_count: i64
§content_type: Option<String>
§created_at: Option<DateTime<Utc>>
§escalation_external_identifier: String
§escalation_status: String
§escalation_url: Option<String>
§id: Option<i64>
§jyver_at_fault: Option<String>
§object_id: i64
§other_reason: Option<String>
§status: String
§updated_at: Option<DateTime<Utc>>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Review
impl<'de> Deserialize<'de> for Review
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 Review
impl Send for Review
impl Sync for Review
impl Unpin for Review
impl UnwindSafe for Review
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