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