pub struct GetPathEndpoints;Trait Implementations§
Source§impl Method for GetPathEndpoints
impl Method for GetPathEndpoints
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
The flexibility of the method.
Source§impl<___R> Respond<___R> for GetPathEndpoints
impl<___R> Respond<___R> for GetPathEndpoints
Source§impl TwoWayMethod for GetPathEndpoints
impl TwoWayMethod for GetPathEndpoints
Source§type Response = Flexible<'static, DeviceGetPathEndpointsResponse<'static>>
type Response = Flexible<'static, DeviceGetPathEndpointsResponse<'static>>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for GetPathEndpoints
impl RefUnwindSafe for GetPathEndpoints
impl Send for GetPathEndpoints
impl Sync for GetPathEndpoints
impl Unpin for GetPathEndpoints
impl UnsafeUnpin for GetPathEndpoints
impl UnwindSafe for GetPathEndpoints
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]