pub struct Route;
Trait Implementations§
Source§impl Method for Route
impl Method for Route
Source§type Protocol = DirEntryRouter
type Protocol = DirEntryRouter
The protocol the method is a member of.
Source§type Request = WireRouteRequest
type Request = WireRouteRequest
The request payload for the method.
Source§type Response = WireFlexibleResult<WireDirEntryRouterRouteResponse, WireRouterError>
type Response = WireFlexibleResult<WireDirEntryRouterRouteResponse, WireRouterError>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for Route
impl RefUnwindSafe for Route
impl Send for Route
impl Sync for Route
impl Unpin for Route
impl UnwindSafe for Route
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