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