Enum migparser::ContentsTypes
source · pub enum ContentsTypes {
Int,
Uint,
String,
Bool,
}Variants§
Trait Implementations§
source§impl Clone for ContentsTypes
impl Clone for ContentsTypes
source§fn clone(&self) -> ContentsTypes
fn clone(&self) -> ContentsTypes
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ContentsTypes
impl Debug for ContentsTypes
source§impl PartialEq<ContentsTypes> for ContentsTypes
impl PartialEq<ContentsTypes> for ContentsTypes
source§fn eq(&self, other: &ContentsTypes) -> bool
fn eq(&self, other: &ContentsTypes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.