Struct google_plus1::CommentInReplyTo [−][src]
The activity this comment replied to.
This type is not used in any activity, and only used as part of another schema.
Fields
url: Option<String>
The URL of the activity.
id: Option<String>
The ID of the activity.
Trait Implementations
impl Default for CommentInReplyTo[src]
impl Default for CommentInReplyTofn default() -> CommentInReplyTo[src]
fn default() -> CommentInReplyToReturns the "default value" for a type. Read more
impl Clone for CommentInReplyTo[src]
impl Clone for CommentInReplyTofn clone(&self) -> CommentInReplyTo[src]
fn clone(&self) -> CommentInReplyToReturns 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 CommentInReplyTo[src]
impl Debug for CommentInReplyTofn 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 CommentInReplyTo[src]
impl NestedType for CommentInReplyToimpl Part for CommentInReplyTo[src]
impl Part for CommentInReplyToAuto Trait Implementations
impl Send for CommentInReplyTo
impl Send for CommentInReplyToimpl Sync for CommentInReplyTo
impl Sync for CommentInReplyTo