Struct github_rs::github::Markdown
[−]
[src]
pub struct Markdown { pub text: String, pub mode: Option<String>, pub context: Option<String>, }
Fields
text: String
mode: Option<String>
context: Option<String>
Trait Implementations
impl PartialEq for Markdown
[src]
fn eq(&self, __arg_0: &Markdown) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Markdown) -> bool
This method tests for !=
.