pub struct RouteArg { /* private fields */ }Expand description
Route selected by a product verb before device host composition.
Implementations§
Trait Implementations§
impl Eq for RouteArg
impl StructuralPartialEq for RouteArg
Auto Trait Implementations§
impl Freeze for RouteArg
impl RefUnwindSafe for RouteArg
impl Send for RouteArg
impl Sync for RouteArg
impl Unpin for RouteArg
impl UnsafeUnpin for RouteArg
impl UnwindSafe for RouteArg
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