pub struct ServiceSubscriptionListenerMarker;
Trait Implementations§
Source§impl Clone for ServiceSubscriptionListenerMarker
impl Clone for ServiceSubscriptionListenerMarker
Source§fn clone(&self) -> ServiceSubscriptionListenerMarker
fn clone(&self) -> ServiceSubscriptionListenerMarker
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 Ord for ServiceSubscriptionListenerMarker
impl Ord for ServiceSubscriptionListenerMarker
Source§fn cmp(&self, other: &ServiceSubscriptionListenerMarker) -> Ordering
fn cmp(&self, other: &ServiceSubscriptionListenerMarker) -> 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 ServiceSubscriptionListenerMarker
impl PartialEq for ServiceSubscriptionListenerMarker
Source§fn eq(&self, other: &ServiceSubscriptionListenerMarker) -> bool
fn eq(&self, other: &ServiceSubscriptionListenerMarker) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ServiceSubscriptionListenerMarker
impl PartialOrd for ServiceSubscriptionListenerMarker
Source§impl ProtocolMarker for ServiceSubscriptionListenerMarker
impl ProtocolMarker for ServiceSubscriptionListenerMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) ServiceSubscriptionListener"
const DEBUG_NAME: &'static str = "(anonymous) ServiceSubscriptionListener"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = ServiceSubscriptionListenerProxy
type Proxy = ServiceSubscriptionListenerProxy
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 = ServiceSubscriptionListenerRequestStream
type RequestStream = ServiceSubscriptionListenerRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = ServiceSubscriptionListenerSynchronousProxy
type SynchronousProxy = ServiceSubscriptionListenerSynchronousProxy
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 ServiceSubscriptionListenerMarker
impl Eq for ServiceSubscriptionListenerMarker
impl StructuralPartialEq for ServiceSubscriptionListenerMarker
Auto Trait Implementations§
impl Freeze for ServiceSubscriptionListenerMarker
impl RefUnwindSafe for ServiceSubscriptionListenerMarker
impl Send for ServiceSubscriptionListenerMarker
impl Sync for ServiceSubscriptionListenerMarker
impl Unpin for ServiceSubscriptionListenerMarker
impl UnwindSafe for ServiceSubscriptionListenerMarker
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
)