pub struct GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse {
pub claim_review_markup_pages: Option<Vec<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>>,
pub next_page_token: Option<String>,
}Expand description
Response from listing ClaimReview markup.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- list pages (response)
Fields§
§claim_review_markup_pages: Option<Vec<GoogleFactcheckingFactchecktoolsV1alpha1ClaimReviewMarkupPage>>The result list of pages of ClaimReview markup.
next_page_token: Option<String>The next pagination token in the Search response. It should be used as the page_token for the following request. An empty value means no more results.
Trait Implementations§
Source§impl Clone for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
impl Clone for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
Source§fn clone(
&self,
) -> GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
fn clone( &self, ) -> GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
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 GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
impl Default for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
Source§fn default() -> GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
fn default() -> GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
impl<'de> Deserialize<'de> for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
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
Source§impl Serialize for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
impl Serialize for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
impl ResponseResult for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
Auto Trait Implementations§
impl Freeze for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
impl RefUnwindSafe for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
impl Send for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
impl Sync for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
impl Unpin for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
impl UnwindSafe for GoogleFactcheckingFactchecktoolsV1alpha1ListClaimReviewMarkupPagesResponse
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