pub struct ReplacerMarker;Trait Implementations§
Source§impl Clone for ReplacerMarker
impl Clone for ReplacerMarker
Source§fn clone(&self) -> ReplacerMarker
fn clone(&self) -> ReplacerMarker
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 ReplacerMarker
Source§impl Debug for ReplacerMarker
impl Debug for ReplacerMarker
Source§impl DiscoverableProtocolMarker for ReplacerMarker
impl DiscoverableProtocolMarker for ReplacerMarker
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 ReplacerMarker
Source§impl Hash for ReplacerMarker
impl Hash for ReplacerMarker
Source§impl Ord for ReplacerMarker
impl Ord for ReplacerMarker
Source§fn cmp(&self, other: &ReplacerMarker) -> Ordering
fn cmp(&self, other: &ReplacerMarker) -> 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 PartialEq for ReplacerMarker
impl PartialEq for ReplacerMarker
Source§impl PartialOrd for ReplacerMarker
impl PartialOrd for ReplacerMarker
Source§impl ProtocolMarker for ReplacerMarker
impl ProtocolMarker for ReplacerMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.examples.reverser.Replacer"
const DEBUG_NAME: &'static str = "fuchsia.examples.reverser.Replacer"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = ReplacerProxy
type Proxy = ReplacerProxy
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 = ReplacerRequestStream
type RequestStream = ReplacerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = ReplacerSynchronousProxy
type SynchronousProxy = ReplacerSynchronousProxy
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 ReplacerMarker
Auto Trait Implementations§
impl Freeze for ReplacerMarker
impl RefUnwindSafe for ReplacerMarker
impl Send for ReplacerMarker
impl Sync for ReplacerMarker
impl Unpin for ReplacerMarker
impl UnsafeUnpin for ReplacerMarker
impl UnwindSafe for ReplacerMarker
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