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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)