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