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