Struct ExIsValidHexNumber
pub struct ExIsValidHexNumber<'ex> { /* private fields */ }Expand description
Default-param extender for GString::is_valid_hex_number_ex.
Implementations§
§impl<'ex> ExIsValidHexNumber<'ex>
impl<'ex> ExIsValidHexNumber<'ex>
pub fn with_prefix(self, with_prefix: bool) -> ExIsValidHexNumber<'ex>
pub fn done(self) -> bool
Auto Trait Implementations§
impl<'ex> Freeze for ExIsValidHexNumber<'ex>
impl<'ex> RefUnwindSafe for ExIsValidHexNumber<'ex>
impl<'ex> !Send for ExIsValidHexNumber<'ex>
impl<'ex> !Sync for ExIsValidHexNumber<'ex>
impl<'ex> Unpin for ExIsValidHexNumber<'ex>
impl<'ex> UnwindSafe for ExIsValidHexNumber<'ex>
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