pub struct RE2_Set;Trait Implementations§
Auto Trait Implementations§
impl Freeze for RE2_Set
impl RefUnwindSafe for RE2_Set
impl Send for RE2_Set
impl Sync for RE2_Set
impl Unpin for RE2_Set
impl UnwindSafe for RE2_Set
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