pub struct DIGIT_HEX { /* private fields */ }
Methods from Deref<Target = CharFilter>§
pub fn clone(&self) -> CharFilter
pub fn has(&self, c: u8) -> bool
pub fn iter(&self) -> impl Iterator<Item = u8> + '_
Trait Implementations§
source§impl Deref for DIGIT_HEX
impl Deref for DIGIT_HEX
§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_HEX
Auto Trait Implementations§
impl RefUnwindSafe for DIGIT_HEX
impl Send for DIGIT_HEX
impl Sync for DIGIT_HEX
impl Unpin for DIGIT_HEX
impl UnwindSafe for DIGIT_HEX
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