pub struct EventsMarker;Trait Implementations§
Source§impl Clone for EventsMarker
impl Clone for EventsMarker
Source§fn clone(&self) -> EventsMarker
fn clone(&self) -> EventsMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventsMarker
Source§impl Debug for EventsMarker
impl Debug for EventsMarker
impl Eq for EventsMarker
Source§impl Hash for EventsMarker
impl Hash for EventsMarker
Source§impl Ord for EventsMarker
impl Ord for EventsMarker
Source§fn cmp(&self, other: &EventsMarker) -> Ordering
fn cmp(&self, other: &EventsMarker) -> Ordering
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for EventsMarker
impl PartialEq for EventsMarker
Source§impl PartialOrd for EventsMarker
impl PartialOrd for EventsMarker
Source§impl ProtocolMarker for EventsMarker
impl ProtocolMarker for EventsMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Events"
const DEBUG_NAME: &'static str = "(anonymous) Events"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = EventsProxy
type Proxy = EventsProxy
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 = EventsRequestStream
type RequestStream = EventsRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = EventsSynchronousProxy
type SynchronousProxy = EventsSynchronousProxy
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 StructuralPartialEq for EventsMarker
Auto Trait Implementations§
impl Freeze for EventsMarker
impl RefUnwindSafe for EventsMarker
impl Send for EventsMarker
impl Sync for EventsMarker
impl Unpin for EventsMarker
impl UnsafeUnpin for EventsMarker
impl UnwindSafe for EventsMarker
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