pub struct RouteName(pub Route);Expand description
v1 (OLD IDL) SCALE-string route: carries the service route string at runtime.
Ctor services use RouteName("") (no service prefix).
Tuple Fields§
§0: RouteTrait Implementations§
impl Copy for RouteName
impl RouteHeader for RouteName
Auto Trait Implementations§
impl Freeze for RouteName
impl RefUnwindSafe for RouteName
impl Send for RouteName
impl Sync for RouteName
impl Unpin for RouteName
impl UnsafeUnpin for RouteName
impl UnwindSafe for RouteName
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