Struct regex_t
#[repr(C)]
pub struct regex_t { /* private fields */ }
Trait Implementations
impl Clone for regex_t
fn clone(&self) -> regex_t
impl Copy for regex_t
impl Debug for regex_t
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Eq for regex_t
impl Hash for regex_t
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for regex_t
fn eq(&self, other: ®ex_t) -> bool
impl StructuralPartialEq for regex_t
Auto Trait Implementations
impl !Send for regex_t
impl !Sync for regex_t
impl Freeze for regex_t
impl RefUnwindSafe for regex_t
impl Unpin for regex_t
impl UnsafeUnpin for regex_t
impl UnwindSafe for regex_t
Blanket Implementations
impl<T> Any for regex_t
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for regex_t
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for regex_t
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for regex_t
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for regex_t
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for regex_t
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for regex_t
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for regex_t
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>