pub struct TestHelperMarker;Trait Implementations§
Source§impl Clone for TestHelperMarker
impl Clone for TestHelperMarker
Source§fn clone(&self) -> TestHelperMarker
fn clone(&self) -> TestHelperMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TestHelperMarker
impl Debug for TestHelperMarker
Source§impl DiscoverableProtocolMarker for TestHelperMarker
impl DiscoverableProtocolMarker for TestHelperMarker
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 TestHelperMarker
impl Hash for TestHelperMarker
Source§impl Ord for TestHelperMarker
impl Ord for TestHelperMarker
Source§fn cmp(&self, other: &TestHelperMarker) -> Ordering
fn cmp(&self, other: &TestHelperMarker) -> Ordering
1.21.0 (const: unstable) · 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 TestHelperMarker
impl PartialEq for TestHelperMarker
Source§fn eq(&self, other: &TestHelperMarker) -> bool
fn eq(&self, other: &TestHelperMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TestHelperMarker
impl PartialOrd for TestHelperMarker
Source§impl ProtocolMarker for TestHelperMarker
impl ProtocolMarker for TestHelperMarker
Source§const DEBUG_NAME: &'static str = "fidl.test.dso.TestHelper"
const DEBUG_NAME: &'static str = "fidl.test.dso.TestHelper"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = TestHelperProxy
type Proxy = TestHelperProxy
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 = TestHelperRequestStream
type RequestStream = TestHelperRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = TestHelperSynchronousProxy
type SynchronousProxy = TestHelperSynchronousProxy
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 TestHelperMarker
impl Eq for TestHelperMarker
impl StructuralPartialEq for TestHelperMarker
Auto Trait Implementations§
impl Freeze for TestHelperMarker
impl RefUnwindSafe for TestHelperMarker
impl Send for TestHelperMarker
impl Sync for TestHelperMarker
impl Unpin for TestHelperMarker
impl UnsafeUnpin for TestHelperMarker
impl UnwindSafe for TestHelperMarker
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