Struct re2_sys::re2_c::StringView
source · pub struct StringView;Auto Trait Implementations§
impl RefUnwindSafe for StringView
impl Send for StringView
impl Sync for StringView
impl Unpin for StringView
impl UnwindSafe for StringView
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