pub struct MockReplacerControlMarker;Trait Implementations§
Source§impl Clone for MockReplacerControlMarker
impl Clone for MockReplacerControlMarker
Source§fn clone(&self) -> MockReplacerControlMarker
fn clone(&self) -> MockReplacerControlMarker
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 moreimpl Copy for MockReplacerControlMarker
Source§impl Debug for MockReplacerControlMarker
impl Debug for MockReplacerControlMarker
Source§impl DiscoverableProtocolMarker for MockReplacerControlMarker
impl DiscoverableProtocolMarker for MockReplacerControlMarker
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).
impl Eq for MockReplacerControlMarker
Source§impl Hash for MockReplacerControlMarker
impl Hash for MockReplacerControlMarker
Source§impl Ord for MockReplacerControlMarker
impl Ord for MockReplacerControlMarker
Source§fn cmp(&self, other: &MockReplacerControlMarker) -> Ordering
fn cmp(&self, other: &MockReplacerControlMarker) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for MockReplacerControlMarker
impl PartialOrd for MockReplacerControlMarker
Source§impl ProtocolMarker for MockReplacerControlMarker
impl ProtocolMarker for MockReplacerControlMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.trf.mockcontrol.reversertrftest.MockReplacerControl"
const DEBUG_NAME: &'static str = "fuchsia.trf.mockcontrol.reversertrftest.MockReplacerControl"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = MockReplacerControlProxy
type Proxy = MockReplacerControlProxy
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 = MockReplacerControlRequestStream
type RequestStream = MockReplacerControlRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = MockReplacerControlSynchronousProxy
type SynchronousProxy = MockReplacerControlSynchronousProxy
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 StructuralPartialEq for MockReplacerControlMarker
Auto Trait Implementations§
impl Freeze for MockReplacerControlMarker
impl RefUnwindSafe for MockReplacerControlMarker
impl Send for MockReplacerControlMarker
impl Sync for MockReplacerControlMarker
impl Unpin for MockReplacerControlMarker
impl UnsafeUnpin for MockReplacerControlMarker
impl UnwindSafe for MockReplacerControlMarker
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