Enum rspec::header::ExampleLabel
[−]
[src]
pub enum ExampleLabel { It, Example, Then, }
Variants
It
Example
Then
Trait Implementations
impl Clone for ExampleLabel
[src]
impl Clone for ExampleLabel
fn clone(&self) -> ExampleLabel
[src]
fn clone(&self) -> ExampleLabel
Returns 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 Copy for ExampleLabel
[src]
impl Copy for ExampleLabel
impl PartialEq for ExampleLabel
[src]
impl PartialEq for ExampleLabel
fn eq(&self, __arg_0: &ExampleLabel) -> bool
[src]
fn eq(&self, __arg_0: &ExampleLabel) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for ExampleLabel
[src]
impl Eq for ExampleLabel
impl Debug for ExampleLabel
[src]
impl Debug for ExampleLabel
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for ExampleLabel
[src]
impl Display for ExampleLabel
Auto Trait Implementations
impl Send for ExampleLabel
impl Send for ExampleLabel
impl Sync for ExampleLabel
impl Sync for ExampleLabel