Struct google_siteverification1::api::SiteVerificationWebResourceGettokenResponse[][src]

pub struct SiteVerificationWebResourceGettokenResponse {
    pub method: Option<String>,
    pub token: Option<String>,
}

There is no detailed description.

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).

Fields

method: Option<String>

The verification method to use in conjunction with this token. For FILE, the token should be placed in the top-level directory of the site, stored inside a file of the same name. For META, the token should be placed in the HEAD tag of the default page that is loaded for the site. For DNS, the token should be placed in a TXT record of the domain.

token: Option<String>

The verification token. The token must be placed appropriately in order for verification to succeed.

Trait Implementations

impl Clone for SiteVerificationWebResourceGettokenResponse[src]

impl Debug for SiteVerificationWebResourceGettokenResponse[src]

impl Default for SiteVerificationWebResourceGettokenResponse[src]

impl<'de> Deserialize<'de> for SiteVerificationWebResourceGettokenResponse[src]

impl ResponseResult for SiteVerificationWebResourceGettokenResponse[src]

impl Serialize for SiteVerificationWebResourceGettokenResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for SiteVerificationWebResourceGettokenResponse[src]

impl Send for SiteVerificationWebResourceGettokenResponse[src]

impl Sync for SiteVerificationWebResourceGettokenResponse[src]

impl Unpin for SiteVerificationWebResourceGettokenResponse[src]

impl UnwindSafe for SiteVerificationWebResourceGettokenResponse[src]

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.