pub(crate) struct RoadNetworkQuery<'a> {
pub(crate) rn: &'a RoadNetwork,
}
Fields§
§rn: &'a RoadNetwork
Implementations§
Source§impl<'a> RoadNetworkQuery<'a>
impl<'a> RoadNetworkQuery<'a>
pub(crate) fn new(rn: &'a RoadNetwork) -> Self
pub(crate) fn execute_query(&self, query: MaliputQuery)
Auto Trait Implementations§
impl<'a> Freeze for RoadNetworkQuery<'a>
impl<'a> RefUnwindSafe for RoadNetworkQuery<'a>
impl<'a> !Send for RoadNetworkQuery<'a>
impl<'a> !Sync for RoadNetworkQuery<'a>
impl<'a> Unpin for RoadNetworkQuery<'a>
impl<'a> UnwindSafe for RoadNetworkQuery<'a>
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