pub enum NamePadding {
PadNone,
PadOnRight,
}
🔬这是一个仅在 nightly 版本提供的实验性 API。(
test
)变体§
Trait 实现§
源代码§impl Clone for NamePadding
impl Clone for NamePadding
源代码§fn clone(&self) -> NamePadding
fn clone(&self) -> NamePadding
返回值的副本。阅读更多
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
执行从
source
的复制赋值。阅读更多