Struct fidl_fuchsia_ui_input::ImeServiceMarker
source · pub struct ImeServiceMarker;
Trait Implementations§
source§impl Clone for ImeServiceMarker
impl Clone for ImeServiceMarker
source§fn clone(&self) -> ImeServiceMarker
fn clone(&self) -> ImeServiceMarker
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ImeServiceMarker
impl Debug for ImeServiceMarker
source§impl DiscoverableProtocolMarker for ImeServiceMarker
impl DiscoverableProtocolMarker for ImeServiceMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
source§impl Hash for ImeServiceMarker
impl Hash for ImeServiceMarker
source§impl Ord for ImeServiceMarker
impl Ord for ImeServiceMarker
source§fn cmp(&self, other: &ImeServiceMarker) -> Ordering
fn cmp(&self, other: &ImeServiceMarker) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ImeServiceMarker
impl PartialEq for ImeServiceMarker
source§fn eq(&self, other: &ImeServiceMarker) -> bool
fn eq(&self, other: &ImeServiceMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ImeServiceMarker
impl PartialOrd for ImeServiceMarker
source§fn partial_cmp(&self, other: &ImeServiceMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &ImeServiceMarker) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for ImeServiceMarker
impl ProtocolMarker for ImeServiceMarker
§type Proxy = ImeServiceProxy
type Proxy = ImeServiceProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = ImeServiceRequestStream
type RequestStream = ImeServiceRequestStream
The type of the stream of requests coming into a server.
§type SynchronousProxy = ImeServiceSynchronousProxy
type SynchronousProxy = ImeServiceSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.source§const DEBUG_NAME: &'static str = "fuchsia.ui.input.ImeService"
const DEBUG_NAME: &'static str = "fuchsia.ui.input.ImeService"
The name of the protocol suitable for debug purposes. Read more
impl Copy for ImeServiceMarker
impl Eq for ImeServiceMarker
impl StructuralEq for ImeServiceMarker
impl StructuralPartialEq for ImeServiceMarker
Auto Trait Implementations§
impl RefUnwindSafe for ImeServiceMarker
impl Send for ImeServiceMarker
impl Sync for ImeServiceMarker
impl Unpin for ImeServiceMarker
impl UnwindSafe for ImeServiceMarker
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