pub struct InstanceMarker;
Trait Implementations§
Source§impl Clone for InstanceMarker
impl Clone for InstanceMarker
Source§fn clone(&self) -> InstanceMarker
fn clone(&self) -> InstanceMarker
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 InstanceMarker
impl Debug for InstanceMarker
Source§impl DiscoverableProtocolMarker for InstanceMarker
impl DiscoverableProtocolMarker for InstanceMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Hash for InstanceMarker
impl Hash for InstanceMarker
Source§impl Ord for InstanceMarker
impl Ord for InstanceMarker
Source§fn cmp(&self, other: &InstanceMarker) -> Ordering
fn cmp(&self, other: &InstanceMarker) -> 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 InstanceMarker
impl PartialEq for InstanceMarker
Source§impl PartialOrd for InstanceMarker
impl PartialOrd for InstanceMarker
Source§impl ProtocolMarker for InstanceMarker
impl ProtocolMarker for InstanceMarker
Source§const DEBUG_NAME: &'static str = "examples.canvas.clientrequesteddraw.Instance"
const DEBUG_NAME: &'static str = "examples.canvas.clientrequesteddraw.Instance"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = InstanceProxy
type Proxy = InstanceProxy
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 = InstanceRequestStream
type RequestStream = InstanceRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = InstanceSynchronousProxy
type SynchronousProxy = InstanceSynchronousProxy
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 InstanceMarker
impl Eq for InstanceMarker
impl StructuralPartialEq for InstanceMarker
Auto Trait Implementations§
impl Freeze for InstanceMarker
impl RefUnwindSafe for InstanceMarker
impl Send for InstanceMarker
impl Sync for InstanceMarker
impl Unpin for InstanceMarker
impl UnwindSafe for InstanceMarker
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
)