pub struct DIGIT { /* private fields */ }
Methods from Deref<Target = CharFilter>§
Trait Implementations§
Source§impl Deref for DIGIT
impl Deref for DIGIT
Source§type Target = CharFilter
type Target = CharFilter
The resulting type after dereferencing.
Source§fn deref(&self) -> &CharFilter
fn deref(&self) -> &CharFilter
Dereferences the value.
impl LazyStatic for DIGIT
Auto Trait Implementations§
impl Freeze for DIGIT
impl RefUnwindSafe for DIGIT
impl Send for DIGIT
impl Sync for DIGIT
impl Unpin for DIGIT
impl UnwindSafe for DIGIT
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