pub struct DataServiceMarker;Trait Implementations§
Source§impl Clone for DataServiceMarker
impl Clone for DataServiceMarker
Source§fn clone(&self) -> DataServiceMarker
fn clone(&self) -> DataServiceMarker
Returns a duplicate 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 DataServiceMarker
impl Debug for DataServiceMarker
Source§impl Hash for DataServiceMarker
impl Hash for DataServiceMarker
Source§impl Ord for DataServiceMarker
impl Ord for DataServiceMarker
Source§fn cmp(&self, other: &DataServiceMarker) -> Ordering
fn cmp(&self, other: &DataServiceMarker) -> 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 DataServiceMarker
impl PartialEq for DataServiceMarker
Source§impl PartialOrd for DataServiceMarker
impl PartialOrd for DataServiceMarker
Source§impl ServiceMarker for DataServiceMarker
Available on Fuchsia only.
impl ServiceMarker for DataServiceMarker
Available on Fuchsia only.
Source§const SERVICE_NAME: &'static str = "fuchsia.dictionaryoffers.test.DataService"
const SERVICE_NAME: &'static str = "fuchsia.dictionaryoffers.test.DataService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = DataServiceProxy
type Proxy = DataServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = DataServiceRequest
type Request = DataServiceRequest
The request type for this particular FIDL service.
impl Copy for DataServiceMarker
impl Eq for DataServiceMarker
impl StructuralPartialEq for DataServiceMarker
Auto Trait Implementations§
impl Freeze for DataServiceMarker
impl RefUnwindSafe for DataServiceMarker
impl Send for DataServiceMarker
impl Sync for DataServiceMarker
impl Unpin for DataServiceMarker
impl UnsafeUnpin for DataServiceMarker
impl UnwindSafe for DataServiceMarker
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