pub struct GetCartesianPath;Trait Implementations§
Source§impl Service for GetCartesianPath
impl Service for GetCartesianPath
type Request = GetCartesianPathRequest
type Response = GetCartesianPathResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for GetCartesianPath
impl RefUnwindSafe for GetCartesianPath
impl Send for GetCartesianPath
impl Sync for GetCartesianPath
impl Unpin for GetCartesianPath
impl UnwindSafe for GetCartesianPath
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