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