Struct google_keep1::api::TextContent
source · pub struct TextContent {
pub text: Option<String>,
}Expand description
The block of text for a single text section or list item.
This type is not used in any activity, and only used as part of another schema.
Fields§
§text: Option<String>The text of the note. The limits on this vary with the specific field using this type.
Trait Implementations§
source§impl Clone for TextContent
impl Clone for TextContent
source§fn clone(&self) -> TextContent
fn clone(&self) -> TextContent
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 TextContent
impl Debug for TextContent
source§impl Default for TextContent
impl Default for TextContent
source§fn default() -> TextContent
fn default() -> TextContent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TextContent
impl<'de> Deserialize<'de> for TextContent
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