pub struct DetectControllerMarker;
Trait Implementations§
Source§impl Clone for DetectControllerMarker
impl Clone for DetectControllerMarker
Source§fn clone(&self) -> DetectControllerMarker
fn clone(&self) -> DetectControllerMarker
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 DetectControllerMarker
impl Debug for DetectControllerMarker
Source§impl DiscoverableProtocolMarker for DetectControllerMarker
impl DiscoverableProtocolMarker for DetectControllerMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Hash for DetectControllerMarker
impl Hash for DetectControllerMarker
Source§impl Ord for DetectControllerMarker
impl Ord for DetectControllerMarker
Source§fn cmp(&self, other: &DetectControllerMarker) -> Ordering
fn cmp(&self, other: &DetectControllerMarker) -> 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 DetectControllerMarker
impl PartialEq for DetectControllerMarker
Source§impl PartialOrd for DetectControllerMarker
impl PartialOrd for DetectControllerMarker
Source§impl ProtocolMarker for DetectControllerMarker
impl ProtocolMarker for DetectControllerMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.diagnostics.test.DetectController"
const DEBUG_NAME: &'static str = "fuchsia.diagnostics.test.DetectController"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = DetectControllerProxy
type Proxy = DetectControllerProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = DetectControllerRequestStream
type RequestStream = DetectControllerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = DetectControllerSynchronousProxy
type SynchronousProxy = DetectControllerSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for DetectControllerMarker
impl Eq for DetectControllerMarker
impl StructuralPartialEq for DetectControllerMarker
Auto Trait Implementations§
impl Freeze for DetectControllerMarker
impl RefUnwindSafe for DetectControllerMarker
impl Send for DetectControllerMarker
impl Sync for DetectControllerMarker
impl Unpin for DetectControllerMarker
impl UnwindSafe for DetectControllerMarker
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
)