pub struct TRegexId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for TRegexId
impl Ord for TRegexId
Source§impl PartialOrd for TRegexId
impl PartialOrd for TRegexId
impl Copy for TRegexId
impl Eq for TRegexId
impl StructuralPartialEq for TRegexId
Auto Trait Implementations§
impl Freeze for TRegexId
impl RefUnwindSafe for TRegexId
impl Send for TRegexId
impl Sync for TRegexId
impl Unpin for TRegexId
impl UnsafeUnpin for TRegexId
impl UnwindSafe for TRegexId
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