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