pub struct EchoServiceMarker;
Trait Implementations§
Source§impl Clone for EchoServiceMarker
impl Clone for EchoServiceMarker
Source§fn clone(&self) -> EchoServiceMarker
fn clone(&self) -> EchoServiceMarker
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 EchoServiceMarker
impl Debug for EchoServiceMarker
Source§impl Hash for EchoServiceMarker
impl Hash for EchoServiceMarker
Source§impl Ord for EchoServiceMarker
impl Ord for EchoServiceMarker
Source§fn cmp(&self, other: &EchoServiceMarker) -> Ordering
fn cmp(&self, other: &EchoServiceMarker) -> 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 EchoServiceMarker
impl PartialEq for EchoServiceMarker
Source§impl PartialOrd for EchoServiceMarker
impl PartialOrd for EchoServiceMarker
Source§impl ServiceMarker for EchoServiceMarker
impl ServiceMarker for EchoServiceMarker
Source§const SERVICE_NAME: &'static str = "fuchsia.examples.EchoService"
const SERVICE_NAME: &'static str = "fuchsia.examples.EchoService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = EchoServiceProxy
type Proxy = EchoServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = EchoServiceRequest
type Request = EchoServiceRequest
The request type for this particular FIDL service.
impl Copy for EchoServiceMarker
impl Eq for EchoServiceMarker
impl StructuralPartialEq for EchoServiceMarker
Auto Trait Implementations§
impl Freeze for EchoServiceMarker
impl RefUnwindSafe for EchoServiceMarker
impl Send for EchoServiceMarker
impl Sync for EchoServiceMarker
impl Unpin for EchoServiceMarker
impl UnwindSafe for EchoServiceMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)