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
impl Copy for NamePadding
impl Eq for NamePadding
impl StructuralPartialEq for NamePadding
Auto Trait Implementations§
impl Freeze for NamePadding
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)