pub struct CancelWatchControllerWriteCommands;Trait Implementations§
Source§impl Method for CancelWatchControllerWriteCommands
impl Method for CancelWatchControllerWriteCommands
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 = DeviceCancelWatchControllerWriteCommandsRequest
type Request = DeviceCancelWatchControllerWriteCommandsRequest
The request payload for the method.
Source§impl<___R> Respond<___R> for CancelWatchControllerWriteCommands
impl<___R> Respond<___R> for CancelWatchControllerWriteCommands
Source§impl<___R> RespondErr<___R> for CancelWatchControllerWriteCommands
impl<___R> RespondErr<___R> for CancelWatchControllerWriteCommands
Source§impl TwoWayMethod for CancelWatchControllerWriteCommands
impl TwoWayMethod for CancelWatchControllerWriteCommands
Source§type Response = Result<'static, Unit, DriverError>
type Response = Result<'static, Unit, DriverError>
The response message for the method.
Auto Trait Implementations§
impl Freeze for CancelWatchControllerWriteCommands
impl RefUnwindSafe for CancelWatchControllerWriteCommands
impl Send for CancelWatchControllerWriteCommands
impl Sync for CancelWatchControllerWriteCommands
impl Unpin for CancelWatchControllerWriteCommands
impl UnsafeUnpin for CancelWatchControllerWriteCommands
impl UnwindSafe for CancelWatchControllerWriteCommands
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]