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