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