pub struct ControlServiceMarker;
Trait Implementations§
Source§impl Clone for ControlServiceMarker
impl Clone for ControlServiceMarker
Source§fn clone(&self) -> ControlServiceMarker
fn clone(&self) -> ControlServiceMarker
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 ControlServiceMarker
impl Debug for ControlServiceMarker
Source§impl Hash for ControlServiceMarker
impl Hash for ControlServiceMarker
Source§impl Ord for ControlServiceMarker
impl Ord for ControlServiceMarker
Source§fn cmp(&self, other: &ControlServiceMarker) -> Ordering
fn cmp(&self, other: &ControlServiceMarker) -> 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 ControlServiceMarker
impl PartialEq for ControlServiceMarker
Source§impl PartialOrd for ControlServiceMarker
impl PartialOrd for ControlServiceMarker
Source§impl ServiceMarker for ControlServiceMarker
impl ServiceMarker for ControlServiceMarker
Source§const SERVICE_NAME: &'static str = "fuchsia.test.syscalls.ControlService"
const SERVICE_NAME: &'static str = "fuchsia.test.syscalls.ControlService"
The name of the service. Used for service lookup and discovery.
Source§type Proxy = ControlServiceProxy
type Proxy = ControlServiceProxy
The type of the proxy object upon which calls are made to a remote FIDL service.
Source§type Request = ControlServiceRequest
type Request = ControlServiceRequest
The request type for this particular FIDL service.
impl Copy for ControlServiceMarker
impl Eq for ControlServiceMarker
impl StructuralPartialEq for ControlServiceMarker
Auto Trait Implementations§
impl Freeze for ControlServiceMarker
impl RefUnwindSafe for ControlServiceMarker
impl Send for ControlServiceMarker
impl Sync for ControlServiceMarker
impl Unpin for ControlServiceMarker
impl UnwindSafe for ControlServiceMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)