pub struct HostRouteMatcher { /* private fields */ }
Implementations§
Source§impl HostRouteMatcher
impl HostRouteMatcher
pub fn new(value: Expression) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostRouteMatcher
impl RefUnwindSafe for HostRouteMatcher
impl Send for HostRouteMatcher
impl Sync for HostRouteMatcher
impl Unpin for HostRouteMatcher
impl UnwindSafe for HostRouteMatcher
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