pub struct NumericStringChars;Trait Implementations§
Source§impl Clone for NumericStringChars
impl Clone for NumericStringChars
Source§fn clone(&self) -> NumericStringChars
fn clone(&self) -> NumericStringChars
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'a> Pred<PrintableString<'a>> for NumericStringChars
impl<'a> Pred<PrintableString<'a>> for NumericStringChars
Source§exec fn test(&self, value: &PrintableString<'a>) -> ok : bool
exec fn test(&self, value: &PrintableString<'a>) -> ok : bool
Source§impl Pred<PrintableStringOwned> for NumericStringChars
Available on crate feature alloc only.
impl Pred<PrintableStringOwned> for NumericStringChars
Available on crate feature
alloc only.Source§exec fn test(&self, value: &PrintableStringOwned) -> ok : bool
exec fn test(&self, value: &PrintableStringOwned) -> ok : bool
Source§impl SpecPred<PrintableStringSpec> for NumericStringChars
impl SpecPred<PrintableStringSpec> for NumericStringChars
Source§open spec fn apply(&self, value: PrintableStringSpec) -> bool
open spec fn apply(&self, value: PrintableStringSpec) -> bool
{ is_valid_numeric_string(value.inner) }impl Copy for NumericStringChars
Auto Trait Implementations§
impl Freeze for NumericStringChars
impl RefUnwindSafe for NumericStringChars
impl Send for NumericStringChars
impl Sync for NumericStringChars
impl Unpin for NumericStringChars
impl UnsafeUnpin for NumericStringChars
impl UnwindSafe for NumericStringChars
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