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 for NamePadding
impl PartialEq 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 ==
.impl Copy for NamePadding
impl Eq for NamePadding
impl StructuralPartialEq for NamePadding
Auto Trait Implementations§
impl RefUnwindSafe for NamePadding
impl Send for NamePadding
impl Sync for NamePadding
impl Unpin for NamePadding
impl UnwindSafe for NamePadding
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more