Struct google_drive2::CommentContext
[−]
[src]
pub struct CommentContext {
pub type_: Option<String>,
pub value: Option<String>,
}The context of the file which is being commented on.
This type is not used in any activity, and only used as part of another schema.
Fields
type_: Option<String>
The MIME type of the context snippet.
value: Option<String>
Data representation of the segment of the file being commented on. In the case of a text file for example, this would be the actual text that the comment is about.
Trait Implementations
impl Default for CommentContext[src]
fn default() -> CommentContext
Returns the "default value" for a type. Read more
impl Clone for CommentContext[src]
fn clone(&self) -> CommentContext
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more