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 for InputMethodEditorMarker
impl PartialEq for InputMethodEditorMarker
Source§impl PartialOrd for InputMethodEditorMarker
impl PartialOrd for InputMethodEditorMarker
Source§impl ProtocolMarker for InputMethodEditorMarker
impl ProtocolMarker for InputMethodEditorMarker
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
Source§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
.Source§type RequestStream = InputMethodEditorRequestStream
type RequestStream = InputMethodEditorRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = InputMethodEditorSynchronousProxy
type SynchronousProxy = InputMethodEditorSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for InputMethodEditorMarker
impl Eq for InputMethodEditorMarker
impl StructuralPartialEq for InputMethodEditorMarker
Auto Trait Implementations§
impl Freeze for InputMethodEditorMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)