pub struct DispatchKey3;Trait Implementations§
Source§impl Method for DispatchKey3
impl Method for DispatchKey3
Source§const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
const FLEXIBILITY: Flexibility = ::fidl_next::protocol::Flexibility::Strict
The flexibility of the method.
Source§type Protocol = InputMethodEditor
type Protocol = InputMethodEditor
The protocol the method is a member of.
Source§type Request = InputMethodEditorDispatchKey3Request<'static>
type Request = InputMethodEditorDispatchKey3Request<'static>
The request payload for the method.
Source§impl<___R> Respond<___R> for DispatchKey3
impl<___R> Respond<___R> for DispatchKey3
Source§impl TwoWayMethod for DispatchKey3
impl TwoWayMethod for DispatchKey3
Source§type Response = Strict<InputMethodEditorDispatchKey3Response>
type Response = Strict<InputMethodEditorDispatchKey3Response>
The response message for the method.
Auto Trait Implementations§
impl Freeze for DispatchKey3
impl RefUnwindSafe for DispatchKey3
impl Send for DispatchKey3
impl Sync for DispatchKey3
impl Unpin for DispatchKey3
impl UnsafeUnpin for DispatchKey3
impl UnwindSafe for DispatchKey3
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]