Struct reset_router::MatchingRegex
source · pub struct MatchingRegex(_);Auto Trait Implementations
impl RefUnwindSafe for MatchingRegex
impl Send for MatchingRegex
impl Sync for MatchingRegex
impl Unpin for MatchingRegex
impl UnwindSafe for MatchingRegex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more