struct NullRegex(Option<Regex>);
Expand description
A wrapper over Option<Regex>
to check if the value is NULL
.
Tuple Fields§
§0: Option<Regex>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NullRegex
impl RefUnwindSafe for NullRegex
impl Send for NullRegex
impl Sync for NullRegex
impl Unpin for NullRegex
impl UnwindSafe for NullRegex
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