pub struct RouteGetResponse {
pub routes: Vec<Route>,
}Fields§
§routes: Vec<Route>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RouteGetResponse
impl RefUnwindSafe for RouteGetResponse
impl Send for RouteGetResponse
impl Sync for RouteGetResponse
impl Unpin for RouteGetResponse
impl UnsafeUnpin for RouteGetResponse
impl UnwindSafe for RouteGetResponse
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