Struct google_keep1::api::ListContent
source · pub struct ListContent {
pub list_items: Option<Vec<ListItem>>,
}Expand description
The list of items for a single list note.
This type is not used in any activity, and only used as part of another schema.
Fields§
§list_items: Option<Vec<ListItem>>The items in the list. The number of items must be less than 1,000.
Trait Implementations§
source§impl Clone for ListContent
impl Clone for ListContent
source§fn clone(&self) -> ListContent
fn clone(&self) -> ListContent
Returns a copy 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 ListContent
impl Debug for ListContent
source§impl Default for ListContent
impl Default for ListContent
source§fn default() -> ListContent
fn default() -> ListContent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ListContent
impl<'de> Deserialize<'de> for ListContent
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