pub struct GetTopologicalPath;
Trait Implementations§
Source§impl Method for GetTopologicalPath
impl Method for GetTopologicalPath
Source§type Protocol = TopologicalPath
type Protocol = TopologicalPath
The protocol the method is a member of.
Source§type Response = WireResult<WireTopologicalPathGetTopologicalPathResponse, WireI32>
type Response = WireResult<WireTopologicalPathGetTopologicalPathResponse, WireI32>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetTopologicalPath
impl RefUnwindSafe for GetTopologicalPath
impl Send for GetTopologicalPath
impl Sync for GetTopologicalPath
impl Unpin for GetTopologicalPath
impl UnwindSafe for GetTopologicalPath
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