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