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