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