enum FormatExtendType {
AcceptAny,
AcceptNone,
RequireLetter,
RequireHLetter,
AcceptQLetter,
RequireNumeric,
}
Variants§
Trait Implementations§
source§impl Clone for FormatExtendType
impl Clone for FormatExtendType
source§fn clone(&self) -> FormatExtendType
fn clone(&self) -> FormatExtendType
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 FormatExtendType
impl Debug for FormatExtendType
source§impl PartialEq for FormatExtendType
impl PartialEq for FormatExtendType
impl Copy for FormatExtendType
impl Eq for FormatExtendType
impl StructuralPartialEq for FormatExtendType
Auto Trait Implementations§
impl Freeze for FormatExtendType
impl RefUnwindSafe for FormatExtendType
impl Send for FormatExtendType
impl Sync for FormatExtendType
impl Unpin for FormatExtendType
impl UnwindSafe for FormatExtendType
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
)