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