pub struct QuerySupportedRate;Trait Implementations§
Source§impl Method for QuerySupportedRate
impl Method for QuerySupportedRate
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Flexible
The flexibility of the method.
Source§type Request = ClockQuerySupportedRateRequest
type Request = ClockQuerySupportedRateRequest
The request payload for the method.
Source§impl<___R> Respond<___R> for QuerySupportedRate
impl<___R> Respond<___R> for QuerySupportedRate
Source§impl<___R> RespondErr<___R> for QuerySupportedRate
impl<___R> RespondErr<___R> for QuerySupportedRate
Source§impl TwoWayMethod for QuerySupportedRate
impl TwoWayMethod for QuerySupportedRate
Source§type Response = FlexibleResult<'static, ClockQuerySupportedRateResponse, Int32>
type Response = FlexibleResult<'static, ClockQuerySupportedRateResponse, Int32>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for QuerySupportedRate
impl RefUnwindSafe for QuerySupportedRate
impl Send for QuerySupportedRate
impl Sync for QuerySupportedRate
impl Unpin for QuerySupportedRate
impl UnsafeUnpin for QuerySupportedRate
impl UnwindSafe for QuerySupportedRate
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]