pub struct InputMethodEditorMarker;
Trait Implementations§
source§impl Clone for InputMethodEditorMarker
impl Clone for InputMethodEditorMarker
source§fn clone(&self) -> InputMethodEditorMarker
fn clone(&self) -> InputMethodEditorMarker
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 InputMethodEditorMarker
impl Debug for InputMethodEditorMarker
source§impl Hash for InputMethodEditorMarker
impl Hash for InputMethodEditorMarker
source§impl Ord for InputMethodEditorMarker
impl Ord for InputMethodEditorMarker
source§fn cmp(&self, other: &InputMethodEditorMarker) -> Ordering
fn cmp(&self, other: &InputMethodEditorMarker) -> 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<InputMethodEditorMarker> for InputMethodEditorMarker
impl PartialEq<InputMethodEditorMarker> for InputMethodEditorMarker
source§fn eq(&self, other: &InputMethodEditorMarker) -> bool
fn eq(&self, other: &InputMethodEditorMarker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<InputMethodEditorMarker> for InputMethodEditorMarker
impl PartialOrd<InputMethodEditorMarker> for InputMethodEditorMarker
source§fn partial_cmp(&self, other: &InputMethodEditorMarker) -> Option<Ordering>
fn partial_cmp(&self, other: &InputMethodEditorMarker) -> 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 InputMethodEditorMarker
impl ProtocolMarker for InputMethodEditorMarker
§type Proxy = InputMethodEditorProxy
type Proxy = InputMethodEditorProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = InputMethodEditorRequestStream
type RequestStream = InputMethodEditorRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "(anonymous) InputMethodEditor"
const DEBUG_NAME: &'static str = "(anonymous) InputMethodEditor"
The name of the protocol suitable for debug purposes. Read more
impl Copy for InputMethodEditorMarker
impl Eq for InputMethodEditorMarker
impl StructuralEq for InputMethodEditorMarker
impl StructuralPartialEq for InputMethodEditorMarker
Auto Trait Implementations§
impl RefUnwindSafe for InputMethodEditorMarker
impl Send for InputMethodEditorMarker
impl Sync for InputMethodEditorMarker
impl Unpin for InputMethodEditorMarker
impl UnwindSafe for InputMethodEditorMarker
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