pub struct RequestVoltage;Trait Implementations§
Source§impl Method for RequestVoltage
impl Method for RequestVoltage
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
The flexibility of the method.
Source§type Request = DeviceRequestVoltageRequest
type Request = DeviceRequestVoltageRequest
The request payload for the method.
Source§impl<___R> Respond<___R> for RequestVoltage
impl<___R> Respond<___R> for RequestVoltage
Source§type Output = Result<DeviceRequestVoltageResponse<___R>, Never>
type Output = Result<DeviceRequestVoltageResponse<___R>, Never>
The returned response type.
Source§fn respond(response: ___R) -> <RequestVoltage as Respond<___R>>::Output
fn respond(response: ___R) -> <RequestVoltage as Respond<___R>>::Output
Makes a response from the given input.
Source§impl<___R> RespondErr<___R> for RequestVoltage
impl<___R> RespondErr<___R> for RequestVoltage
Source§fn respond_err(response: ___R) -> <RequestVoltage as RespondErr<___R>>::Output
fn respond_err(response: ___R) -> <RequestVoltage as RespondErr<___R>>::Output
Makes an
Err response from the given input.Source§impl TwoWayMethod for RequestVoltage
impl TwoWayMethod for RequestVoltage
Source§type Response = Result<'static, DeviceRequestVoltageResponse, Int32>
type Response = Result<'static, DeviceRequestVoltageResponse, Int32>
The response payload for the method.
Auto Trait Implementations§
impl Freeze for RequestVoltage
impl RefUnwindSafe for RequestVoltage
impl Send for RequestVoltage
impl Sync for RequestVoltage
impl Unpin for RequestVoltage
impl UnsafeUnpin for RequestVoltage
impl UnwindSafe for RequestVoltage
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]