pub struct DaiMarker;
Trait Implementations§
Source§impl Ord for DaiMarker
impl Ord for DaiMarker
Source§impl PartialOrd for DaiMarker
impl PartialOrd for DaiMarker
Source§impl ProtocolMarker for DaiMarker
impl ProtocolMarker for DaiMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Dai"
const DEBUG_NAME: &'static str = "(anonymous) Dai"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = DaiProxy
type Proxy = DaiProxy
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 = DaiRequestStream
type RequestStream = DaiRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = DaiSynchronousProxy
type SynchronousProxy = DaiSynchronousProxy
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 DaiMarker
impl Eq for DaiMarker
impl StructuralPartialEq for DaiMarker
Auto Trait Implementations§
impl Freeze for DaiMarker
impl RefUnwindSafe for DaiMarker
impl Send for DaiMarker
impl Sync for DaiMarker
impl Unpin for DaiMarker
impl UnwindSafe for DaiMarker
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
)