pub struct MessageControllerMarker;
Trait Implementations§
Source§impl Clone for MessageControllerMarker
impl Clone for MessageControllerMarker
Source§fn clone(&self) -> MessageControllerMarker
fn clone(&self) -> MessageControllerMarker
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 MessageControllerMarker
impl Debug for MessageControllerMarker
Source§impl Hash for MessageControllerMarker
impl Hash for MessageControllerMarker
Source§impl Ord for MessageControllerMarker
impl Ord for MessageControllerMarker
Source§fn cmp(&self, other: &MessageControllerMarker) -> Ordering
fn cmp(&self, other: &MessageControllerMarker) -> 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 MessageControllerMarker
impl PartialEq for MessageControllerMarker
Source§impl PartialOrd for MessageControllerMarker
impl PartialOrd for MessageControllerMarker
Source§impl ProtocolMarker for MessageControllerMarker
impl ProtocolMarker for MessageControllerMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) MessageController"
const DEBUG_NAME: &'static str = "(anonymous) MessageController"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = MessageControllerProxy
type Proxy = MessageControllerProxy
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 = MessageControllerRequestStream
type RequestStream = MessageControllerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = MessageControllerSynchronousProxy
type SynchronousProxy = MessageControllerSynchronousProxy
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 MessageControllerMarker
impl Eq for MessageControllerMarker
impl StructuralPartialEq for MessageControllerMarker
Auto Trait Implementations§
impl Freeze for MessageControllerMarker
impl RefUnwindSafe for MessageControllerMarker
impl Send for MessageControllerMarker
impl Sync for MessageControllerMarker
impl Unpin for MessageControllerMarker
impl UnwindSafe for MessageControllerMarker
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
)