Struct google_plus1::CommentObject [−][src]
pub struct CommentObject {
pub content: Option<String>,
pub object_type: Option<String>,
pub original_content: Option<String>,
}The object of this comment.
This type is not used in any activity, and only used as part of another schema.
Fields
content: Option<String>
The HTML-formatted content, suitable for display.
object_type: Option<String>
The object type of this comment. Possible values are:
- "comment" - A comment in reply to an activity.
original_content: Option<String>
The content (text) as provided by the author, stored without any HTML formatting. When creating or updating a comment, this value must be supplied as plain text in the request.
Trait Implementations
impl Default for CommentObject[src]
impl Default for CommentObjectfn default() -> CommentObject[src]
fn default() -> CommentObjectReturns the "default value" for a type. Read more
impl Clone for CommentObject[src]
impl Clone for CommentObjectfn clone(&self) -> CommentObject[src]
fn clone(&self) -> CommentObjectReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for CommentObject[src]
impl Debug for CommentObjectfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for CommentObject[src]
impl NestedType for CommentObjectimpl Part for CommentObject[src]
impl Part for CommentObjectAuto Trait Implementations
impl Send for CommentObject
impl Send for CommentObjectimpl Sync for CommentObject
impl Sync for CommentObject