Struct google_safebrowsing4::Checksum[][src]

pub struct Checksum {
    pub sha256: Option<String>,
}

The expected state of a client's local database.

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

Fields

The SHA256 hash of the client state; that is, of the sorted list of all hashes present in the database.

Trait Implementations

impl Default for Checksum
[src]

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

impl Clone for Checksum
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Checksum
[src]

Formats the value using the given formatter. Read more

impl Part for Checksum
[src]

Auto Trait Implementations

impl Send for Checksum

impl Sync for Checksum