pub enum PathWithWildCard {
Path(String),
WithWildCard(Regex),
}Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PathWithWildCard
impl RefUnwindSafe for PathWithWildCard
impl Send for PathWithWildCard
impl Sync for PathWithWildCard
impl Unpin for PathWithWildCard
impl UnwindSafe for PathWithWildCard
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