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