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