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