Enum test::NamePadding
source · pub enum NamePadding {
PadNone,
PadOnRight,
}
🔬This is a nightly-only experimental API. (
test
)Variants§
PadNone
🔬This is a nightly-only experimental API. (
test
)PadOnRight
🔬This is a nightly-only experimental API. (
test
)Trait Implementations§
source§impl Clone for NamePadding
impl Clone for NamePadding
source§fn clone(&self) -> NamePadding
fn clone(&self) -> NamePadding
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 NamePadding
impl Debug for NamePadding
source§impl Hash for NamePadding
impl Hash for NamePadding
source§impl PartialEq<NamePadding> for NamePadding
impl PartialEq<NamePadding> for NamePadding
source§fn eq(&self, other: &NamePadding) -> bool
fn eq(&self, other: &NamePadding) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.