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 more