Struct google_books1::VolumeUserInfoCopy [] [src]

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

Copy/Paste accounting information.

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

Fields

no description provided

no description provided

no description provided

no description provided

Trait Implementations

impl Default for VolumeUserInfoCopy
[src]

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

impl Clone for VolumeUserInfoCopy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VolumeUserInfoCopy
[src]

Formats the value using the given formatter.

impl NestedType for VolumeUserInfoCopy
[src]

impl Part for VolumeUserInfoCopy
[src]