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
impl Clone for NamePadding
source
impl Clone for NamePadding
sourcefn clone(&self) -> NamePadding
source
fn clone(&self) -> NamePadding
sourceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0 · source
fn clone_from(&mut self, source: &Self)
1.0.0 · sourcePerforms copy-assignment from source. Read more
impl Debug for NamePadding
source
impl Debug for NamePadding
sourceimpl Hash for NamePadding
source
impl Hash for NamePadding
sourceimpl PartialEq<NamePadding> for NamePadding
source
impl PartialEq<NamePadding> for NamePadding
sourceimpl Copy for NamePadding
sourceimpl Eq for NamePadding
sourceimpl StructuralEq for NamePadding
sourceimpl StructuralPartialEq for NamePadding
sourceAuto Trait Implementations
impl RefUnwindSafe for NamePadding
impl Send for NamePadding
impl Sync for NamePadding
impl Unpin for NamePadding
impl UnwindSafe for NamePadding
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
source
impl<T> BorrowMut<T> for T where
T: ?Sized,
sourcefn borrow_mut(&mut self) -> &mut T
const: unstable · source
fn borrow_mut(&mut self) -> &mut T
const: unstable · sourceMutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
source
impl<T> ToOwned for T where
T: Clone,
sourcetype Owned = T
type Owned = T
The resulting type after obtaining ownership.
fn clone_into(&self, target: &mut T)
source
fn clone_into(&self, target: &mut T)
source🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more