Struct google_safebrowsing4::RawIndices [] [src]

pub struct RawIndices {
    pub indices: Option<Vec<i32>>,
}

A set of raw indices to remove from a local list.

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

Fields

The indices to remove from a lexicographically-sorted local list.

Trait Implementations

impl Debug for RawIndices
[src]

Formats the value using the given formatter.

impl Clone for RawIndices
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RawIndices
[src]

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

impl Part for RawIndices
[src]