Enum pulldown_cmark::Alignment [−][src]
pub enum Alignment {
None,
Left,
Center,
Right,
}Variants
NoneLeftCenterRightTrait Implementations
impl Copy for Alignment[src]
impl Copy for Alignmentimpl Clone for Alignment[src]
impl Clone for Alignmentfn clone(&self) -> Alignment[src]
fn clone(&self) -> AlignmentReturns 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 Alignment[src]
impl Debug for Alignmentfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Alignment[src]
impl PartialEq for Alignment