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