pub enum TopologicalPathRequest {
GetTopologicalPath {
responder: TopologicalPathGetTopologicalPathResponder,
},
}
Variants§
GetTopologicalPath
Return the topological path for this device
Fields
§
responder: TopologicalPathGetTopologicalPathResponder
Implementations§
Source§impl TopologicalPathRequest
impl TopologicalPathRequest
pub fn into_get_topological_path( self, ) -> Option<TopologicalPathGetTopologicalPathResponder>
Sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopologicalPathRequest
impl !RefUnwindSafe for TopologicalPathRequest
impl Send for TopologicalPathRequest
impl Sync for TopologicalPathRequest
impl Unpin for TopologicalPathRequest
impl !UnwindSafe for TopologicalPathRequest
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