pub struct GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview {
pub language_code: Option<String>,
pub publisher: Option<GoogleFactcheckingFactchecktoolsV1alpha1Publisher>,
pub review_date: Option<DateTime<Utc>>,
pub textual_rating: Option<String>,
pub title: Option<String>,
pub url: Option<String>,
}Expand description
Information about a claim review.
This type is not used in any activity, and only used as part of another schema.
Fields§
§language_code: Option<String>The language this review was written in. For instance, “en” or “de”.
publisher: Option<GoogleFactcheckingFactchecktoolsV1alpha1Publisher>The publisher of this claim review.
review_date: Option<DateTime<Utc>>The date the claim was reviewed.
textual_rating: Option<String>Textual rating. For instance, “Mostly false”.
title: Option<String>The title of this claim review, if it can be determined.
url: Option<String>The URL of this claim review.
Trait Implementations§
Source§impl Clone for GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
impl Clone for GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
Source§fn clone(&self) -> GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
fn clone(&self) -> GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
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 Default for GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
impl Default for GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
Source§fn default() -> GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
fn default() -> GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
impl<'de> Deserialize<'de> for GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
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 GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
Auto Trait Implementations§
impl Freeze for GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
impl RefUnwindSafe for GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
impl Send for GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
impl Sync for GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
impl Unpin for GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
impl UnwindSafe for GoogleFactcheckingFactchecktoolsV1alpha1ClaimReview
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