Struct google_books1::AnnotationLayerSummary [] [src]

pub struct AnnotationLayerSummary {
    pub limit_type: Option<String>,
    pub remaining_character_count: Option<i32>,
    pub allowed_character_count: Option<i32>,
}

There is no detailed description.

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

Fields

Type of limitation on this layer. "limited" or "unlimited" for the "copy" layer.

Remaining allowed characters on this layer, especially for the "copy" layer.

Maximum allowed characters on this layer, especially for the "copy" layer.

Trait Implementations

impl Default for AnnotationLayerSummary
[src]

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

impl Clone for AnnotationLayerSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AnnotationLayerSummary
[src]

Formats the value using the given formatter.

impl NestedType for AnnotationLayerSummary
[src]

impl Part for AnnotationLayerSummary
[src]