pub struct ControlPlaneMarker;
Trait Implementations§
Source§impl Clone for ControlPlaneMarker
impl Clone for ControlPlaneMarker
Source§fn clone(&self) -> ControlPlaneMarker
fn clone(&self) -> ControlPlaneMarker
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 ControlPlaneMarker
impl Debug for ControlPlaneMarker
Source§impl Hash for ControlPlaneMarker
impl Hash for ControlPlaneMarker
Source§impl Ord for ControlPlaneMarker
impl Ord for ControlPlaneMarker
Source§fn cmp(&self, other: &ControlPlaneMarker) -> Ordering
fn cmp(&self, other: &ControlPlaneMarker) -> 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 ControlPlaneMarker
impl PartialEq for ControlPlaneMarker
Source§impl PartialOrd for ControlPlaneMarker
impl PartialOrd for ControlPlaneMarker
Source§impl ProtocolMarker for ControlPlaneMarker
impl ProtocolMarker for ControlPlaneMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) ControlPlane"
const DEBUG_NAME: &'static str = "(anonymous) ControlPlane"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = ControlPlaneProxy
type Proxy = ControlPlaneProxy
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 = ControlPlaneRequestStream
type RequestStream = ControlPlaneRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = ControlPlaneSynchronousProxy
type SynchronousProxy = ControlPlaneSynchronousProxy
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 ControlPlaneMarker
impl Eq for ControlPlaneMarker
impl StructuralPartialEq for ControlPlaneMarker
Auto Trait Implementations§
impl Freeze for ControlPlaneMarker
impl RefUnwindSafe for ControlPlaneMarker
impl Send for ControlPlaneMarker
impl Sync for ControlPlaneMarker
impl Unpin for ControlPlaneMarker
impl UnwindSafe for ControlPlaneMarker
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
)