pub struct VolumeLayerInfoLayers {
pub layer_id: Option<String>,
pub volume_annotations_version: Option<String>,
}Expand description
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§
§layer_id: Option<String>The layer id of this layer (e.g. “geo”).
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.
Trait Implementations§
Source§impl Clone for VolumeLayerInfoLayers
impl Clone for VolumeLayerInfoLayers
Source§fn clone(&self) -> VolumeLayerInfoLayers
fn clone(&self) -> VolumeLayerInfoLayers
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VolumeLayerInfoLayers
impl Debug for VolumeLayerInfoLayers
Source§impl Default for VolumeLayerInfoLayers
impl Default for VolumeLayerInfoLayers
Source§fn default() -> VolumeLayerInfoLayers
fn default() -> VolumeLayerInfoLayers
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VolumeLayerInfoLayers
impl<'de> Deserialize<'de> for VolumeLayerInfoLayers
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for VolumeLayerInfoLayers
impl Serialize for VolumeLayerInfoLayers
impl NestedType for VolumeLayerInfoLayers
impl Part for VolumeLayerInfoLayers
Auto Trait Implementations§
impl Freeze for VolumeLayerInfoLayers
impl RefUnwindSafe for VolumeLayerInfoLayers
impl Send for VolumeLayerInfoLayers
impl Sync for VolumeLayerInfoLayers
impl Unpin for VolumeLayerInfoLayers
impl UnwindSafe for VolumeLayerInfoLayers
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more