pub struct RouteQuery { /* private fields */ }Expand description
Query pairs attached to a RouteTarget.
Implementations§
Trait Implementations§
Source§impl Clone for RouteQuery
impl Clone for RouteQuery
Source§fn clone(&self) -> RouteQuery
fn clone(&self) -> RouteQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RouteQuery
impl Debug for RouteQuery
Source§impl Default for RouteQuery
impl Default for RouteQuery
Source§fn default() -> RouteQuery
fn default() -> RouteQuery
Returns the “default value” for a type. Read more
impl Eq for RouteQuery
Source§impl PartialEq for RouteQuery
impl PartialEq for RouteQuery
Source§fn eq(&self, other: &RouteQuery) -> bool
fn eq(&self, other: &RouteQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RouteQuery
Auto Trait Implementations§
impl Freeze for RouteQuery
impl RefUnwindSafe for RouteQuery
impl Send for RouteQuery
impl Sync for RouteQuery
impl Unpin for RouteQuery
impl UnsafeUnpin for RouteQuery
impl UnwindSafe for RouteQuery
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