pub struct QueryRouteMatcher { /* private fields */ }
Implementations§
Source§impl QueryRouteMatcher
impl QueryRouteMatcher
pub fn new(name: impl Into<String>, value: Expression) -> Self
Trait Implementations§
Source§impl Clone for QueryRouteMatcher
impl Clone for QueryRouteMatcher
Source§fn clone(&self) -> QueryRouteMatcher
fn clone(&self) -> QueryRouteMatcher
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for QueryRouteMatcher
impl Debug for QueryRouteMatcher
Auto Trait Implementations§
impl Freeze for QueryRouteMatcher
impl RefUnwindSafe for QueryRouteMatcher
impl Send for QueryRouteMatcher
impl Sync for QueryRouteMatcher
impl Unpin for QueryRouteMatcher
impl UnwindSafe for QueryRouteMatcher
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