[][src]Struct google_books1::VolumeLayerInfoLayers

pub struct VolumeLayerInfoLayers {
    pub volume_annotations_version: Option<String>,
    pub layer_id: Option<String>,
}

A layer should appear here if and only if the layer exists for this book.

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

Fields

volume_annotations_version: Option<String>

The current version of this layer's volume annotations. Note that this version applies only to the data in the books.layers.volumeAnnotations.* responses. The actual annotation data is versioned separately.

layer_id: Option<String>

The layer id of this layer (e.g. "geo").

Trait Implementations

impl Clone for VolumeLayerInfoLayers[src]

impl Debug for VolumeLayerInfoLayers[src]

impl Default for VolumeLayerInfoLayers[src]

impl<'de> Deserialize<'de> for VolumeLayerInfoLayers[src]

impl NestedType for VolumeLayerInfoLayers[src]

impl Part for VolumeLayerInfoLayers[src]

impl Serialize for VolumeLayerInfoLayers[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Typeable for T where
    T: Any