Struct google_searchconsole1::TestStatus[][src]

pub struct TestStatus {
    pub status: Option<String>,
    pub details: Option<String>,
}

Final state of the test, including error details if necessary.

This type is not used in any activity, and only used as part of another schema.

Fields

Status of the test.

Error details if applicable.

Trait Implementations

impl Default for TestStatus
[src]

Returns the "default value" for a type. Read more

impl Clone for TestStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TestStatus
[src]

Formats the value using the given formatter. Read more

impl Part for TestStatus
[src]

Auto Trait Implementations

impl Send for TestStatus

impl Sync for TestStatus